Paul
Paul

Reputation: 1825

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 through editing the file manually.

Upvotes: 1

Views: 854

Answers (1)

Saar
Saar

Reputation: 8484

similar discussion can be found here:

ASP.NET component to edit .resx files

Upvotes: 1

Related Questions