Adding context of two resx files
Do you know any tools to merge content of two or more resx files? At the beginning of my project dev开发者_开发百科elopment, 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.
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.
精彩评论