System.Globalization Namespace CultureInfo Class
Gets the CultureInfo that represents the current culture used by the Resource Manager to look up culture-specific resources at run time.
[ VB ] public Shared ReadOnly Property CurrentUICulture As CultureInfo [ C# ] public static CultureInfo CurrentUICulture {get;} [ C++ ] public: __property static CultureInfo* get_CurrentUICulture ( ); [ JScript ] static function get CurrentUICulture ( ) : CultureInfo;
The CultureInfo that represents the current culture used by the Resource Manager to look up culture-specific resources at run time.
The culture is a property of the executing thread. This property returns Thread.CurrentUICulture. When a thread is started, its UI culture is initially determined by using GetUserDefaultUILanguage from the Windows API. To change the UI culture used by a thread, set Thread.CurrentUICulture to the new culture.
CultureInfo Members ResourceManager Thread.CurrentUICulture CurrentCulture InstalledUICulture 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