Share via


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.

See also

Reference

LanguageResource class

LanguageResource members

Microsoft.Office.Server.Search.Administration namespace