开发者

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

开发者 https://www.devze.com 2022-12-30 06:49 出处:网络
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:

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

0

精彩评论

暂无评论...
验证码 换一张
取 消