xInfo.documentationLanguage Method [AX 2012]

Gets or sets the language that is used for the Microsoft Dynamics AX documentation.

public str documentationLanguage([str languageCode])

Run On

Called

Parameters

languageCode
Type: str
The ID of the language you want to set; optional.

Return Value

Type: str
The ID of the language that is currently used for the documentation.

Use the xInfo.language Method to set the language for the GUI.

To set the documentation language for a particular session, use the xSession.documentationLanguage Method.

An example value for the languageCode parameter is "en-us", which will set the language to US English.

Community Additions

ADD
Show: