Share via


xSession.interfaceLanguage Method

Definition

Retrieves the ID for the language that is used on menus and dialogs for the session.

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

Returns

A string that contains the ID of the language used on menus and dialogs 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 documentation, use .

Applies to