Windows apps
Collapse the table of content
Expand the table of content
Information
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.

CultureInfo::InstalledUICulture Property

 

Gets the CultureInfo that represents the culture installed with the operating system.

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

public:
property CultureInfo^ InstalledUICulture {
	static CultureInfo^ get();
}

Property Value

Type: System.Globalization::CultureInfo^

The CultureInfo that represents the culture installed with the operating system.

In a localized operating system, such as Japanese Windows 2000 Professional, this property returns the culture of the operating system. This property is the equivalent of GetSystemDefaultUILanguage in the Windows API.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft