Share via


xLanguage::index2languageID Method

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

Syntax

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.

See Also

xLanguage Class

xLanguage::languageCount Method