xInfo.documentationLanguage Method

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

Syntax

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.

Remarks

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.

See Also

Reference

xInfo Class