How can I change resource files for a c# winform app, without changing the culture?
问题 We have a winform app that has been in development for some time. It has several images and control colours that create a branded experience. We have a second customer who would like the same product, but with different branding. So we have lines of code in the control designer.cs files like: this.BackgroundImage = global::MyNameSpace.Properties.Resources.background; It seems like resource files are the way to go, as I could simply change the culture and have a separate resource file with