asp.net.ph

CultureInfo.InstalledUICulture Property

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;

Property Value

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

Remarks

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.

See Also

CultureInfo Members   ResourceManager   CurrentCulture   CurrentUICulture   InvariantCulture   Parent Skip Navigation Links




Previous page Back to top Next page

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