ErrorCodeRes.Culture Property

Overrides the current thread's CurrentUICulture property for all resource lookups using this strongly typed resource class.

Namespace:  Microsoft.SharePoint.Search.Extended.Administration.Common
Assembly:  Microsoft.SharePoint.Search.Extended.Administration.Common (in Microsoft.SharePoint.Search.Extended.Administration.Common.dll)

Syntax

'Declaration
Public Shared Property Culture As CultureInfo
    Get
    Set
'Usage
Dim value As CultureInfo

value = ErrorCodeRes.Culture

ErrorCodeRes.Culture = value
public static CultureInfo Culture { get; set; }

Property Value

Type: System.Globalization.CultureInfo

See Also

Reference

ErrorCodeRes Class

ErrorCodeRes Members

Microsoft.SharePoint.Search.Extended.Administration.Common Namespace