Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Web-based .resx file editor?

I'm working on a SharePoint site, and the site eventually needs to be localized to many different languages. We can use resource files, but we'd like for the translators to be able to update those files while the site is live, without requiring developer assistance to recompile, redeploy, etc.

To me, I think the easiest way to do this would be to provide a web application to edit the .resx files as they sit in the App_GlobalResources directory. Does anyone know of some sort of a web-based .resx editor like that? I found one from LavaBlast, but it displays the values for all languages at once. With the number of languages we plan on having, I think that would eventually get unwieldy.

Any suggestions are appreciated.

like image 752
Jonathan Schuster Avatar asked Mar 10 '09 21:03

Jonathan Schuster


2 Answers

I used the one you found: http://blog.lavablast.com/post/2008/02/RESX-file-Web-Editor.aspx It took a couple of hours but it works a treat. I think that having the multiple languages editable at the same time is very helpful to avoid getting your resx files out of sync, and to see blank entries easily.

like image 51
Lanceomagnifico Avatar answered Nov 15 '22 10:11

Lanceomagnifico


Not a direct solution, but DotNetNuke contains a full lanaguage file editor, you might be able to extract the logic from it for your own use.

like image 44
Mitchel Sellers Avatar answered Nov 15 '22 12:11

Mitchel Sellers