Gets and sets the ISO639 language code to be used for this query. The language id is sent to the MDEX Engine when the query is executed, and specifies the language of any text portion of the query. For example: search terms.

Namespace: Endeca.Navigation
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.2.0.0 (0.0.0.0)

Syntax

C#
public virtual string LanguageId { get; set; }
Visual Basic
Public Overridable Property LanguageId As String
	Get
	Set
Visual C++
public:
virtual property String^ LanguageId {
	String^ get ();
	void set (String^ value);
}

Field Value

The String representing an ISO639 language code.

See Also