Is there a way to determine the culture info that a ComponentResourceManager is using when it gets i
- by Lee Warner
I'm explicitly setting the CurrentThread.CurrentUICulture to french right before the Component Resource Manager is being called for my user-control, but the default values are being pulled for the controls, not the french values.
Any ideas?