Tell me more ×
Web Applications Stack Exchange is a question and answer site for power users of web applications. It's 100% free, no registration required.

I know there is Google Translate, which some people say is a bit "mechanical" in its translation though it is great.

Can we list the translation web services out there and any pros and cons?

share|improve this question

2 Answers

up vote 2 down vote accepted

Google provides a language API to translate text/block of texts.

Using it, you may translate as well as transliterate (in case of Hindi and alike)

With the AJAX Language API, you can translate and detect the language of blocks of text within a webpage using only Javascript. In addition, you can enable transliteration on any textfield or textarea in your web page. For example, if you were transliterating to Hindi, this API will allow users to phonetically spell out Hindi words using English and have them appear in the Hindi script.

Download Link: http://code.google.com/apis/ajaxlanguage/

share|improve this answer

Couple of others:

  • Microsoft has a machine translation tool called [Bing Translate][1] . This too has an 'auto-detect' for languages but doesn't support all the languages that Google does.
  • [BabelFish][2] was popular before Google Translate came along
share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.