Gets or sets the locale information for the current thread.
[Visual Basic] Public Shared Property CurrentCulture As CultureInfo [C#] public static CultureInfo CurrentCulture {get; set;} [C++] public: __property static CultureInfo* get_CurrentCulture(); public: __property static void set_CurrentCulture(CultureInfo*); [JScript] public static function get CurrentCulture() : CultureInfo; public static function set CurrentCulture(CultureInfo);
A CultureInfo representing the locale information for the current thread.
NGWS Runtime Security:
UIPermission | You must have the System.security.Permissions.UIPermission for AllWindows to set this property. |
Application Class | Application Members | System.WinForms Namespace | InputLanguage