RefinementManager.DisplayCulture Property
Gets the culture used when the refinement filters are displayed.
Namespace: Microsoft.Office.Server.Search.WebControls
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public ReadOnly Property DisplayCulture As CultureInfo
Get
'Usage
Dim instance As RefinementManager
Dim value As CultureInfo
value = instance.DisplayCulture
public CultureInfo DisplayCulture { get; }
Property Value
Type: System.Globalization.CultureInfo
The culture used when the refinement filters are displayed.
Remarks
The default value of this property is null .