| |||||
CultureInfo.CurrentCulture PropertySystem.Globalization Namespace CultureInfo Class Gets the CultureInfo that represents the culture used by the current thread. [ VB ] public Shared ReadOnly Property CurrentCulture As CultureInfo [ C# ] public static CultureInfo CurrentCulture {get;} [ C++ ] public: __property static CultureInfo* get_CurrentCulture ( ); [ JScript ] static function get CurrentCulture ( ) : CultureInfo; Property ValueThe CultureInfo that represents the culture used by the current thread. RemarksThe culture is a property of the executing thread. This read-only property returns Thread.CurrentCulture. When a thread is started, its culture is initially determined by using GetUserDefaultLCID from the Windows API. To change the culture used by a thread, set Thread.CurrentCulture to the new culture. See AlsoCultureInfo Members ResourceManager Thread.CurrentCulture CurrentUICulture 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