CultureInfo::CurrentCulture Property

Gets the CultureInfo object that represents the culture used by the current thread.

Namespace:  System.Globalization
Assembly:  mscorlib (in mscorlib.dll)

No code example is currently available or this language may not be supported.

Property Value

Type: System.Globalization::CultureInfo
The 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.

No code example is currently available or this language may not be supported.

Silverlight

Supported in: 5, 4, 3

Silverlight for Windows Phone

Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0

XNA Framework

Supported in: Xbox 360, Windows Phone OS 7.0

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

Community Additions

ADD
Show: