Monday, August 23, 2010

List of languages supported by Blackberry device

In order to know about the list of languages supported by blackberry device use Locale Class .


Locale supportedLocales[]=Locale.getAvailableLocales()

gives the list of locales in the device.

supportedLocales[i].getLanguage()


returns the string,which is the language of that corresponding locale.

see also

supportedLocales[i].getCountry();
Locale.getDefault();





No comments:

Post a Comment