views:

23

answers:

2

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.

A: 

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

Emad Mokhtar