Share via


xSession.documentationLanguage Method

Definition

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

public:
 virtual System::String ^ documentationLanguage();
public virtual string documentationLanguage ();
abstract member documentationLanguage : unit -> string
override this.documentationLanguage : unit -> string
Public Overridable Function documentationLanguage () As String

Returns

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.

Applies to