Update a resource file dynamically

c#

Solution

you should have a look at ResXResourceWriter and ResXResourceReader

Problem

We have a Res1.resx and it has a file1.doc. Later we would like to replace file1.doc with file2.doc in the resx file based on business rule. How to achieve this. Thanks N

Original source