LanguageResourcePhrase.Culture Property
Gets the specified CultureInfo for 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 LanguageResourcePhrase
Dim value As CultureInfo
value = instance.Culture
public CultureInfo Culture { get; }
Property Value
Type: System.Globalization.CultureInfo
The language resource phrase culture information.