xLanguage::index2languageID Method [AX 2012]

Retrieves the language ID (for example, "en-us") of the specified language.

client server public static str index2languageID(int number)

Run On

Called

Parameters

number
Type: int
A number between 1 and the return value of the languageCount method.

Return Value

Type: str
The language ID.
Show: