Microsoft SDK for Java

Locale.getEnglishLanguage

Retrieves the full English name of the language as specified by the International Organization for Standardization (ISO) Standard 639.

Syntax

public String getEnglishLanguage()

Return Value

Returns a String object that represents the full English name of the language.

Remarks

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

See Also   getAbbrevLanguage, getDefaultLanguage, getNativeLanguage, getLanguage, getISO639LanguageName, getLanguageId

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