Does Java-I18n supports translation of numbers
Hi
I have gone thru many sites that deals with i18n using Java. In all the sites the translation of numbers to specific languages is not dealt with. Only the formatting of the numbers are explained.
Some languages have their own glyphs of representing the digits 0-9, though they are not used now. Can anyone let me know whether translation of numbers is really needed for I18n and if needed how is this achieved through Java.
Rgds,
Jagan

