Hello,
For my translations I'm making use of embedded .resx files. Some of these translations I wish to override with another .resx file, which is not embedded (ex. ~/App_Localresources/translations.en-US.resx).
The purpose of this is that after the application is compiled and deployed, a user could change the .resx file manually to override some of the embedded translations.
Is there a way to use the normal ResourceManager for this? (in .NET 4)
Thank you for tips