The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
Application::CurrentCulture Property
.NET Framework (current version)
Gets or sets the culture information for the current thread.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: property CultureInfo^ CurrentCulture { static CultureInfo^ get(); static void set(CultureInfo^ value); }
Property Value
Type: System.Globalization::CultureInfo^A CultureInfo representing the culture information for the current thread.
UIPermission
for all windows to set this property. Associated enumeration: UIPermissionWindow::AllWindows
.NET Framework
Available since 1.1
Available since 1.1
Show: