How can I find out the default currency symbol for the system on BlackBerry?

Can I programmatically find the default currency symbol for the current locale in BlackBerry?

+2


a source to share


2 answers


I don't know the limitations of BlackBerry, but you should try the following:



NumberFormat.getCurrencyInstance().getCurrency().getSymbol()

      

0


a source


Yes, you can programmatically find the default currency symbol for the current locale in your BlackBerry.

Please find this link:



http://supportforums.blackberry.com/t5/Java-Development/how-to-get-default-currency-value-from-BB-device/mp/511079/highlight/false#M103418

0


a source







All Articles