CultureInfo::InstalledUICulture Property
.NET Framework (current version)
Gets the CultureInfo that represents the culture installed with the operating system.
Assembly: mscorlib (in mscorlib.dll)
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
Available since 1.1
Show: