System.GlobalLanguage([Integer]) Method
Version: Available or changed with runtime version 1.0.
Gets and sets the current global language setting.
Syntax
[LanguageID := ] System.GlobalLanguage([NewLanguageID: Integer])
Note
This method can be invoked using property access syntax.
Note
This method can be invoked without specifying the data type name.
Parameters
[Optional] NewLanguageID
Type: Integer
The Microsoft language ID (LCID), such as 1033 for English (US).
Return Value
[Optional] LanguageID
Type: Integer
The Microsoft language ID (LCID).
Remarks
The LanguageID is a standard Windows language ID. The Windows Language virtual table contains a list of these IDs and the corresponding names and short names.
For more information, see Multilanguage Development.