Interface ICurrencyLocalizer
Provides methods to localize currency names and symbols for specific cultures.
Namespace: Singulink.Globalization
Assembly: Singulink.Globalization.Currency.dll
Syntax
public interface ICurrencyLocalizer
Methods
Name | Description |
---|---|
GetName(Currency, CultureInfo) | Gets the localized name of the specified currency for the given culture. |
GetSymbol(Currency, CultureInfo) | Gets the localized symbol of the specified currency for the given culture. |