Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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