I have a windows forms application which is localized with a Strings.resx
file and language specific Strings.nl.resx
files.
These are compiled into the assembly which is fine. But now I want to give a contractor who is translating the app the ability to test his result directly in the app.
I already can read the resources from a Strings.nl.resx
file on disk but how do I replace the values for the specific culture at runtime?