How can I find out the system default currency symbol on BlackBerry?
Is it possible to programmatically find the default currency sym开发者_运维百科bol for the current locale in BlackBerry?
I don't know about BlackBerry limitations, but you should try this:
NumberFormat.getCurrencyInstance().getCurrency().getSymbol()
Yes, it possible to programmatically find the default currency symbol for the current locale in BlackBerry.
Please find this link:
http://supportforums.blackberry.com/t5/Java-Development/how-to-get-default-currency-value-from-BB-device/m-p/511079/highlight/false#M103418
精彩评论