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.