0

Possible Duplicate:
C# - google translate

I am looking for a web service or an API that I can use to translate text from one language to the other. The size of the text will be limited to 10,000 characters. I understand that Google and Babelfish have websites to do this. But I need to integrate it as a part of my web application.

Any ideas how to proceed?

PS: I am not looking for any paid service.

Community
  • 1
  • 1
user300981
  • 1,423
  • 5
  • 13
  • 16

2 Answers2

2

You can use Google Translation API for .NET link or Use Microsoft Translator V2 APIs link

Emad Mokhtar
  • 3,237
  • 5
  • 31
  • 49
-1

Using Google Translate in C#

Community
  • 1
  • 1
Sergio Tapia
  • 40,006
  • 76
  • 183
  • 254