Skip to content

Latest commit

 

History

History
50 lines (39 loc) · 1.57 KB

system-globallanguage-method.md

File metadata and controls

50 lines (39 loc) · 1.57 KB
title description ms.author ms.date ms.topic author ms.reviewer
System.GlobalLanguage([Integer]) Method
Gets and sets the current global language setting.
solsen
05/14/2024
reference
SusanneWindfeldPedersen
solsen

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.

See Also

System Data Type
Get Started with AL
Developing Extensions