My web application, when users login using different culture, is rendering it's content partially in incorrect culture.
This Asp.net web application caches the ResourceManager in the HttpContext.Current.Cache. The Resourcemanager GetString is internally using a Hashtable to store/ retrieve the resource strings.
How thread-safe is the ResourceManager?