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