Java translation web service available?

Now I have a running Java program that lacks only the last step, that is:

Suppose I have String1 = "Obama", is there an online translation API that I could use to get the corresponding Chinese word, and put it in another String2 = "ε₯₯巴马".

I tried BabelFish, but this does not seem to provide any service for a Java program.

Thanks guys, I really need your help here to find for me some kind of translation API that I could use in my Java program.

Robert

+3
source share
4 answers
+3

Google API Java.

, Java API Google Translate.

+1

Due to Google’s decision in May 2011 to no longer have a free translation service (I want to blame the api translator), I see that there are other answers to this question.

One such alternative that I found is Microsoft Translator Java Api . Just saying ...

+1
source

Google Translate Kit . Java Wrapper just released

0
source

Source: https://habr.com/ru/post/1735139/


All Articles