Share via


xLanguage::languageID2Description Method

Returns the name of the specified language (for example, "English (United States)"), given the language ID.

Syntax

client server public static str languageID2Description(str languageID)

Run On

Called

Parameters

  • languageID
    Type: str
    The ID of the language (for example, "en-us").

Return Value

Type: str
A string that contains the description of a language.

See Also

Reference

xLanguage Class