Locale.getDisplayName

Locale.getDisplayName

Class Overview | Class Members | This Package | All Packages

Syntax 1
public final String getDisplayName()
Description
Getter for display of the entire locale to user. If the localized name is not found, uses the ISO codes. The default locale is used for the presentation language.



Syntax 2
public String getDisplayName( Locale inLocale )
Parameters
inLocale
specifies the desired user language.
Description
Getter for display of the entire locale to user. If the localized name is not found, uses the ISO codes