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();
One Ping to “How to get currency symbol for a Locale?”
Leave a Reply
You must be logged in to post a comment.
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 […]