| |||||
CultureInfo.CurrentUICulture PropertySystem.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; Property ValueThe CultureInfo that represents the current culture used by the Resource Manager to look up culture-specific resources at run time. RemarksThe 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. See AlsoCultureInfo Members ResourceManager Thread.CurrentUICulture CurrentCulture InstalledUICulture InvariantCulture Parent |
| ||||
Check out related books at Amazon
© 2000-2008 Rey Nuñez All rights reserved.
If you have any question, comment or suggestion
about this site, please send us a note
You can help support aspxtreme