Can I programmatically find the default currency symbol for the current locale in BlackBerry?
I don't know the limitations of BlackBerry, but you should try the following:
NumberFormat.getCurrencyInstance().getCurrency().getSymbol()
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