System::Threading::Thread::set_CurrentCulture method

Thread::set_CurrentCulture method

Sets thread culture.

void System::Threading::Thread::set_CurrentCulture(const SharedPtr<Globalization::CultureInfo> &ci)
ParameterTypeDescription
ciconst SharedPtr<Globalization::CultureInfo>&Culture to be used by thread.

See Also