interface CurrencyBundleInterface implements ResourceBundleInterface
Gives access to currency-related ICU data.
Methods
string[] getLocales() Returns the list of locales that this bundle supports. from ResourceBundleInterface string|null getCurrencySymbol(string $currency, string $displayLocale = null) Returns the symbol used for a currency.
string|null getCurrencyName(string $currency, string $displayLocale = null) Returns the name of a currency.
string[] getCurrencyNames(