Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the locale for the query.
Namespace: Microsoft.SharePoint.Search.Query
Assembly: Microsoft.SharePoint.Search (in Microsoft.SharePoint.Search.dll)
Syntax
'Declaration
Public Property Culture As CultureInfo
Get
Set
'Usage
Dim instance As Query
Dim value As CultureInfo
value = instance.Culture
instance.Culture = value
public CultureInfo Culture { get; set; }
Property Value
Type: System.Globalization.CultureInfo
A System.Globalization.CultureInfo object that specifies the locale ID.
Remarks
The query engine uses the locale to interpret the query words, and to determine the wordbreaker, stemmer, thesaurus, and other language-sensitive components to use.