In .NET, How do I separate xml from compiled resource file?

Posted by Brandon on Stack Overflow See other posts from Stack Overflow or by Brandon
Published on 2010-04-08T15:32:02Z Indexed on 2010/04/08 15:43 UTC
Read the original article Hit count: 181

Filed under:
|
|
|

We have a customer that would like to modify application user messages that we store in .resx files. I'm thinking this can't be done since the xml file behind the .resx is embedded in a compiled dll. Am I correct? Or, is there a way keep the xml outside of the compiled dll? I realize this can easily be done by other means but I like the ease of the resx file--the classes/properties are created for you.

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET