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
source
share