Share via


xInfo.documentationLanguage Method

Definition

Overloads

documentationLanguage()

Gets or sets the language that is used for the Finance and Operations documentation.

documentationLanguage(String)

documentationLanguage()

Gets or sets the language that is used for the Finance and Operations documentation.

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

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.

Applies to

documentationLanguage(String)

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

Parameters

_languageCode
String

The ID of the language you want to set; optional.

Returns

Applies to