xLanguage::languageID2Description Method [AX 2012]

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

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.
Show: