I have an Excel file with translation and I must load a new language into the project.
How do I convert an XLS file to a RESX format?
I have an Excel file with translation and I must load a new language into the project.
How do I convert an XLS file to a RESX format?
In Visual Studio 2012, this is just as easy as selecting the excel columns to be copied over and just pasting them into resx interface that VS 2012 provides.
It works the other way around too. You could just create an xls file off of the resx by just select/copying the content from resx over into an excel document.
Did you check that topic ?
Convert CSV file or Excel spreadsheet to RESX File
I think they are giving good links:
http://blog.lavablast.com/post/2008/02/RESX-file-Web-Editor.aspx
A tool: http://www.codeproject.com/Articles/16068/Zeta-Resource-Editor
This is a free tool that exports resx to xls and imports xls back to resx. But you should have first exported to xls via this tool: http://www.winking.be/resource-translation-helper
Visual Studio
extension https://visualstudiogallery.msdn.microsoft.com/2676967b-0516-4f5f-b312-6873e2f9d219.