xSession.documentationLanguage Method

Retrieves the language ID of the documentation that is shown for the session.

Syntax

public str documentationLanguage()

Run On

Called

Return Value

Type: str
A string that contains the ID of the language that is used for the documentation in the session.

Remarks

For example, this method returns "en-us" if the language is set to US English. The documentation language can be selected separately and is not necessarily identical to the language used in menus and dialogs. To retrieve the language ID for menus and dialogs, use xSession.interfaceLanguage. xInfo.documentationLanguage enables you to set the documentation language.

See Also

Reference

xSession Class