final String getDisplayLanguage()
String getDisplayLanguage(Locale inLocale)
_INSERT_METHOD_SIGNATURE_HERE_
Description:
getDisplayLanguage() method:
Returns a name for the locale's language that is appropriate for display to the user.
getDisplayLanguage(Locale inLocale) method:
Returns a name for the locale's language that is apporpriate for display to the user.
Example
Locale loc = new Locale("de","AT","vienna");
Logger.log("" + loc.getDisplayLanguage());
The getDisplayLanguage method returns the specified language.