Search code examples
c#windows-phone-7localizationresx

wp7 quickly localizing a ton of strings in app


I have an app where I am trying to localize about 100 strings into 15+ languages. When it comes to using resx in visual studio, I can only copy/paste into one cell at a time. Naturally, I don't want to have to do this 1500 times.

Is there a way/program where I can use to take all my translated strings, and just copy/paste them into the entire cell column, one time each for the 15+ languages I have?

I tried Resex, but at face value it doesn't look like I can do that? Maybe I am just using it wrong?

Thank you!


Solution

  • If you can get it a CSV file (e.g: export from Excel) I have a simple tool to convert the CSV to a RESX file: http://lostintranslation.apphb.com/ (select CSV to bundle and .NET)