Resources.resx in c# projects
- by Alexander Braeumer
I have a problem using a Resources.resx - Resources.de.resx - combination in a C#/WPF project.
The whole solutions contains several projects and some projects contains resource files.
When starting the main project I can switch the language successfully from english to german. But the GUI elements from the sub projects still show the english text.…