Share via


ErrorMessages.Culture Property

 

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

Namespace:   Microsoft.WindowsServerSolutions.WebApi.Framework
Assembly:  Wssg.WebApi.Framework (in Wssg.WebApi.Framework.dll)

Syntax

public static CultureInfo Culture { get; set; }
public:
property CultureInfo^ Culture {
    static CultureInfo^ get();
    static void set(CultureInfo^ value);
}
Public Shared Property Culture As CultureInfo

Property Value

Type: System.Globalization.CultureInfo

A CultureInfo.

See Also

ErrorMessages Class
Microsoft.WindowsServerSolutions.WebApi.Framework Namespace

Return to top