NET classifies the properties of a culture into two groups - CurrentCulture and CurrentUICulture. The first one is used for sorting and formatting purposes and the second one is used for user-interface purposes. This distinction was created, for example, to support large enterprises that want their employees to be able to use the local language for the user interface but always have currencies and dates formatted the same way. By default, ResourceManager loads the resource based on the CurrentUICulture setting.
The CurrentUICulture can be obtained or changed on each managed thread separately. For example, the setting for the current thread can be obtained using the property Thread.CurrentThread.CurrentUICulture. Hope this helps. Pradeep http://www.tapadiya.net/pradeep ----- Original Message ----- From: "Jeff Roberts" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, June 10, 2002 10:41 AM Subject: [DOTNET] Desktop Language What is a CurrentUICulture ? How do I use a CurrentUICulture ? thank you You can read messages from the DOTNET archive, unsubscribe from DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com. You can read messages from the DOTNET archive, unsubscribe from DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com.