|
Apr
25
|
The Currency class can be used to get the currency symbol used for a particular Locale as shown in the following example.
Currency currency = Currency.getInstance(locale); String symbol = currency.getSymbol();

November 19th, 2009 at 10:12 am
[...] Currency class can be used to not only get the currency symbol for a Locale, but also the currency symbol used for your currency in a different [...]