How to get regional options information using java api
Hi all
I want to read what is properties like what is the currency symbol , what is the precession , what is the digit seperator and No of digits after the decimal .. such information i want to get using the java API
How can i get this information.
i tried with Locale API.
But it always giving me the default information only.
If i go and change those things in teh regional options it is not effecting
Any suggestions.
Thankin you

