System.WindowsLanguage() Method

Version: Available or changed with runtime version 1.0.

Gets the current Windows language setting.

Syntax

LanguageID :=   System.WindowsLanguage()

Note

This method can be invoked using property access syntax.

Note

This method can be invoked without specifying the data type name.

Return Value

LanguageID
 Type: Integer

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.

See Also

System Data Type
Get Started with AL
Developing Extensions