Intersoft ClientUI Documentation
Culture Property (LocalizationManager)



Gets or sets the System.Globalization.CultureInfo to apply globally across the application.
Syntax
Public Shared Property Culture As CultureInfo
Dim value As CultureInfo
 
LocalizationManager.Culture = value
 
value = LocalizationManager.Culture
public static CultureInfo Culture {get; set;}
public:
static property CultureInfo^ Culture {
   CultureInfo^ get();
   void set (    CultureInfo^ value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

LocalizationManager Class
LocalizationManager Members

Send Feedback