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.
Utils::SetCultureInfo Method (CultureInfo^)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Sets the culture of the current thread.
Assembly: Microsoft.VisualBasic (in Microsoft.VisualBasic.dll)
public: [HostProtectionAttribute(SecurityAction::LinkDemand, Resources = HostProtectionResource::SelfAffectingThreading)] static Object^ SetCultureInfo( CultureInfo^ Culture )
Parameters
- Culture
-
Type:
System.Globalization::CultureInfo^
A CultureInfo object to set as the culture of the current thread.
Return Value
Type: System::Object^The previous value of the CurrentCulture property for the current thread.
This class supports the Visual Basic compiler and is not intended to be used directly from your code.
.NET Framework
Available since 1.1
Available since 1.1
Show: