System.GetDefaultLangID

number System.GetDefaultLangID (

)

Description

Returns the language identifier of the language on the local system. For example, the number 1033 representing the English-US language.

Parameters

None.

Returns

(number) The language identifier of the local system language (Ex. 1033 for English-US). If the action fails, -1 is returned. You can use Application.GetLastError to determine whether this action failed, and why.

See also:  Related Actions
MSDN Online:
Language Identifier Constants and Strings
MSDN Online:
Language Identifiers
MSDN Online:
Locales and Languages