Returns the currency symbol for the given locale.
If the locale doesn't have any countries (e.g.
Locale.JAPANESE, new Locale("en","") ), currencyCode is
returned.
First the locale bundle is checked, if the locale has the same currency,
the CurrencySymbol in this locale bundle is returned.
Then a currency bundle for this locale is searched.
If a currency bundle for this locale does not exist, or there is no
symbol for this currency in this bundle, than currencyCode
is returned.
Parameters: locale - the locale symbol the representation of this Currency's symbol in thislocale |