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();

written by objects \\ tags: , ,

One Ping to “How to get currency symbol for a Locale?”

  1. Get the currency symbol used in a different Locale | web development helpdesk Says:

    [...] 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 [...]


Leave a Reply