Query.UILanguage property
Specifies the UI language.
Namespace: Microsoft.SharePoint.Client.Search.Query
Assembly: Microsoft.SharePoint.Client.Search (in Microsoft.SharePoint.Client.Search.dll)
Syntax
'Declaration
Public Property UILanguage As Integer
Get
Set
'Usage
Dim instance As Query
Dim value As Integer
value = instance.UILanguage
instance.UILanguage = value
public int UILanguage { get; set; }
Property value
Type: System.Int32
Remarks
This property overrides the SPWeb site language from where the query is constructed.