How to translate one language to another using java programming

My project has a content section. where the user can view content in four languages. Is there a way that I put the content in one language, and according to the choice of the user, my java program translates it into the selected language, and now the user can view it in the selected language. (Say, for example, translate English into French)

+3
source share
3 answers

http://code.google.com/apis/language/translate/overview.html

Google Translate provides an API for this. Of course, translations are not always good.

And you have to pay money for it.

: , .

0
0

All Articles