CultureInfo::CurrentCulture Property
Silverlight
Gets the CultureInfo object that represents the culture used by the current thread.
Namespace: System.Globalization
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System.Globalization::CultureInfoThe object that represents the culture used by the current thread.
The culture is a property of the executing thread. This read-only property returns Thread::CurrentCulture. To change the culture used by a thread, assign the new culture to the Thread::CurrentCulture property.
The following example demonstrates how to change the CurrentCulture and CurrentUICulture of the current thread.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Community Additions
ADD
Show: