vote up 1 vote down star

Do you know any tools to merge content of two or more resx files? At the beginning of my project development, I decided to use one resx file for every Controller in application, but now I decided to use only one file. Is it possible? They contain only strings.

flag

1 Answer

vote up 2 vote down check

Open them in any text editor and copy out definitions from the other files into the one you intend to keep. They're just XML files, nothing special.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.