Hello everyone,
I am on a project where in i have to receive strings and display it on the users mobile in "Hindi".
This will be a multi language application. Have no lead about it.
Any kind of reference is appreciated.
Thanking You
Hello everyone,
I am on a project where in i have to receive strings and display it on the users mobile in "Hindi".
This will be a multi language application. Have no lead about it.
Any kind of reference is appreciated.
Thanking You
Hi nimithingu,
if you want to support multiple languages within a Java ME application, you could think about using J2mePolish, a Java ME framework, that comes with integrated support for localization:
http://www.j2mepolish.org/cms/leftse...alization.html
Also, you can take a look at these Forum Nokia Wiki articles, that show how to implement/manage multiple languages (without using a full-blown framework):
http://wiki.forum.nokia.com/index.ph...nguage_support
http://wiki.forum.nokia.com/index.ph...ion_in_Java_ME
Hope it helps,
Pit
Hi,
Thank you for the information, I have gone through these sites and found out that v need to provide resource files pertaining to the specific locale, however this is an overhead as this would slow down the app performance.
Is there anyway in which we are equipped with a precompile files or classes that support and we just have to call specific functions of those class. This would help in rapid development.
Than you.