Locale.getDisplayLanguage
Class Overview | Class Members |
This Package |
All Packages
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.
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"