Reputation: 12841
How Can i translate .Net resources to another language? i am looking for a software that able me to translate .NET resource from a language to another language. For example Persian to English. i saw the software that used Google translate API for translating. but it just translated from English to another... thanks. Please Introduce some tools for me.
Upvotes: 0
Views: 1272
Reputation: 193
I use Zeta Resource Editor for translating .resx Files. It's free and has many usefull features. It enables you to edit the files outside of Visual Studio.
Upvotes: 0
Reputation: 17648
I use ResEx for translating .resx-files. It allows you to view the (untranslated) source and the target language side-by-side. It also can use Microsoft Translator services for automated translation. That way you can have something to start with (although as is the case with all machine translations, you should have someone who knows the language well look at it).
Upvotes: 2