System.Globalization Namespace CultureInfo Class
Gets the CultureInfo that represents the culture installed with the operating system.
[ VB ] public Shared ReadOnly Property InstalledUICulture As CultureInfo [ C# ] public static CultureInfo InstalledUICulture {get;} [ C++ ] public: __property static CultureInfo* get_InstalledUICulture ( ); [ JScript ] static function get InstalledUICulture ( ) : 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.
CultureInfo Members ResourceManager CurrentCulture CurrentUICulture InvariantCulture Parent
Check out related books at Amazon
© 2025 Reynald Nuñez and asp.net.ph. All rights reserved. If you have any question, comment or suggestion about this site, please send us a note