Hi friend,
While in MIDlet ,is there any method or API from which we get the language choose in device like English/French or any other.
If not is there anyway to get this?
Regards,
Sachin Warang.
Hi friend,
While in MIDlet ,is there any method or API from which we get the language choose in device like English/French or any other.
If not is there anyway to get this?
Regards,
Sachin Warang.
hi,
try to use the follwing from the cldc api:
static String System.getProperty("microedition.locale")
this should return the choosen language ...
greetings
philippe
There was a similar previous discusssion, Please check this link
http://discussion.forum.nokia.com/fo...ghlight=locale
Regards
Gopal
Hi friends,
This helps realy lot!And the previous discussion on this issue is also very nice which clear lots of doubts.
Regards,
Sachin Warang.