Editing .resx files on a deployed Application through code not manually
I have a few applications deployed which would benefit the ability to edit the text in the the .resx files from forms within the application.
Things like welcome messages could then be customised by the clients of these applications.
One way to do this would be through a database but this would stump my the multilingual ability of the resx files.
Is there a way to edit this through code or can resx files only be edited throu开发者_如何学运维gh editing the file manually.
similar discussion can be found here:
ASP.NET component to edit .resx files
精彩评论