aspxtreme

CultureInfo.CurrentUICulture Property

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;

Property Value

The CultureInfo that represents the current culture used by the Resource Manager to look up culture-specific resources at run time.

Remarks

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.

See Also

CultureInfo Members   ResourceManager   Thread.CurrentUICulture   CurrentCulture   InstalledUICulture   InvariantCulture   Parent



Books and more ...


Suggested Reading

Need a break ?



Previous page Back to top Next page

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