English to french asp.net resource file translation
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?
Copy the entire contents of your resource file to Excel;
Copy the entire contents of the second column from Excel to Google Translate;
Copy the translated strings back to the second column of Excel;
Clear out your resource file;
Copy the entire contents from Excel back to your resource file.
Hope this helps. Should be easier than doing this programmatically.
pay a translator, and to edit the resource files there's Zeta Resource Editor which is pretty usefull
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.
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/
精彩评论