Location.RequestedLanguage Property
Gets or sets the language for the query.
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property RequestedLanguage As CultureInfo
Get
Set
'Usage
Dim instance As Location
Dim value As CultureInfo
value = instance.RequestedLanguage
instance.RequestedLanguage = value
public CultureInfo RequestedLanguage { get; set; }
Property Value
Type: System.Globalization.CultureInfo
The language identifier.