Wednesday, August 25, 2010

current language set on Device ,J2ME

In J2ME ,current language set on the device can be known using a single line code

String locale=System.getProperty("microedition.locale");

List of Languages supported by the device can't be known through J2ME API as per my knowledge.

No comments:

Post a Comment