Jeff Roberts [mailto:[EMAIL PROTECTED]] wrote:

> What is a CurrentUICulture ?  How do I use a CurrentUICulture ?

In Win32 (at least) each UI thread can technically be running under a
different culture. Thread::CurrentUICulture can be used to detect that
culture and help you load resources specific to it.
System.Resource.ResourceManager will automagically use this information when
loading resources for you.

HTH,
Drew
.NET MVP

You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

Reply via email to