Locale.getDisplayLanguage

Locale.getDisplayLanguage

Class Overview | Class Members | This Package | All Packages

Syntax 1
public final String getDisplayLanguage()
Description
Getter for display of field to user. If the localized name is not found, returns the ISO code. The desired user language is from the default locale.



Syntax 2
public String getDisplayLanguage( Locale inLocale )
Parameters
inLocale
specifies the desired user language.
Description
Getter for display of field to user. If the localized name is not found, returns the ISO codes. Example: "English (UK)", "Deutch", "Germany"