Locale.getDisplayCountry

Locale.getDisplayCountry

Class Overview | Class Members | This Package | All Packages

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



Syntax 2
public String getDisplayCountry( 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 code.