Can I edit Resource file at runtime
问题 I have a WCF service, it response with JSON. I need to create a language file, which I can edit on production server. no problem if I will need to recycle App pool. I was about to use Resource file, but I was worry that it is not editable by end user. I don't need to edit it pragmatically, the end user will edit it by opening the file in notepad without recompiling the application. What do you suggest? Thanks 回答1: Yes you can using the ResXResourceWriter class. If you need to generate the