9

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?

Eitan T
  • 32,660
  • 14
  • 72
  • 109
user1466717
  • 779
  • 1
  • 10
  • 23

4 Answers4

12

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

Zahra
  • 6,798
  • 9
  • 51
  • 76
  • I've had an issue with pasting from the resx UI into Excel, where text that was valid in the RESX got seriously messed up in Excel. I seem to remember it was a CRLF in one of the columns followed some time later by a double quote. Excel then just missed out 50 rows until it found another quote. The details are woolly now, but beware. – Greg Woods Sep 26 '21 at 14:42
0

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

Community
  • 1
  • 1
Dekx
  • 402
  • 2
  • 15
0

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

juFo
  • 17,849
  • 10
  • 105
  • 142
-1
Rajesh Loganathan
  • 11,129
  • 4
  • 78
  • 90