Microsoft SDK for Java

Locale.getEnglishCountry

Retrieves the full English name of the country.

Syntax

public String getEnglishCountry()

Return Value

Returns a String object that contains the full English name of the country.

Remarks

The return value of this method is always restricted to characters that can be mapped to the ASCII 127-character subset.

See Also   getCountry, getCountryCode, getAbbrevCountry, getISO3116CountryName, getNativeCountry, getDefaultCountry

© 1999 Microsoft Corporation. All rights reserved. Terms of use.