2

I have a asp.net resouce language file in english and I have to translate that resource file into french. how can this be achieved? There are lot of values on the resource file that needs to be translated.

is there any sample available on how this can be done by using google language translation or something?

kalls
  • 2,797
  • 17
  • 55
  • 75

4 Answers4

2

pay a translator, and to edit the resource files there's Zeta Resource Editor which is pretty usefull

moi_meme
  • 9,180
  • 4
  • 44
  • 63
2
  1. Copy the entire contents of your resource file to Excel;

  2. Copy the entire contents of the second column from Excel to Google Translate;

  3. Copy the translated strings back to the second column of Excel;

  4. Clear out your resource file;

  5. Copy the entire contents from Excel back to your resource file.

Hope this helps. Should be easier than doing this programmatically.

Pieter van Ginkel
  • 29,160
  • 8
  • 71
  • 111
0

Google Translate will do the job. It has a limit on the number of requests it'll accept within a given period of time.

I've used it to translate a web site from Japanese Kanji to English. It did pretty well.

duffymo
  • 305,152
  • 44
  • 369
  • 561
0

Download MAT (Multilingual App Toolkit) for Visual Studio. https://marketplace.visualstudio.com/items?itemName=MultilingualAppToolkit.MultilingualAppToolkit-18308

This is the way to go to translate your projects in Visual Studio ;-)

https://blogs.msdn.microsoft.com/matdev/

juFo
  • 17,849
  • 10
  • 105
  • 142