How convert XLS to RESX?

user1466717 picture user1466717 · Jun 21, 2012 · Viewed 9.4k times · Source

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?

Answer

Zahra picture Zahra · Jan 17, 2014

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. enter image description here