hii.
i have developed an application in j2me.i need to convert application to arabic when phone language change to arabic.pls help me any idea...give me example code also.pls help me because i am not getting correct solution from any place...
hii.
i have developed an application in j2me.i need to convert application to arabic when phone language change to arabic.pls help me any idea...give me example code also.pls help me because i am not getting correct solution from any place...
Hi arun,
1. Get the locale of the mobile phone using System.getProperty("microedition.locale") which will give you the phones selected language
2. Load the appropriate locale resource bundle properties.
Here is some of the useful links
http://java.sun.com/developer/J2METe...01/tt0129.html