is there any use in this object ?
http://java.sun.com/developer/techni...s/J2SE/locale/
i mean like Display.setCurrentLocale(and one of those locale instances) . Have the application match itself for the specified locale.
is there any use in this object ?
http://java.sun.com/developer/techni...s/J2SE/locale/
i mean like Display.setCurrentLocale(and one of those locale instances) . Have the application match itself for the specified locale.
The Java ME implementation deos not support localization (at all) except for getting the locale from the system using the system properties.
There is an optional API for l10n/i18n, namely JSR-238
http://jcp.org/aboutJava/communitypr...238/index.html
which does not seem to implement the kind of function you are really looking for. Additionally, it is not yet available on Nokia handsets
Hartti
Hi mikecotic,
there are some Java ME frameworks that give a support for localization, like J2MEpolish. You could maybe try to give them a look and see if they could work for you.
Pit