User control’s strings are localized by various resx files for certain languages in a solution. As I understand, runtime loads those resource strings that correspond to current system locale. Is there a way to have manually choose which strings (resx) are ran during debugging, so I can visualize layout and how language strings fit in controls?
User control’s strings are localized by various resx files for certain languages in a
Share
You can set the current culture to use in the
Thread.CurrentThread.Set these during the test setup.