LanguageResource.Culture Property
Gets the specific culture information used by the LanguageResourcePhrase.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public ReadOnly Property Culture As CultureInfo
Get
'Usage
Dim instance As LanguageResource
Dim value As CultureInfo
value = instance.Culture
public CultureInfo Culture { get; }
Property Value
Type: System.Globalization.CultureInfo
The specific culture information used by the LanguageResourcePhrase.