Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Java-accessible web service for translation?

I now have a running Java program which only lacks of the final step,that is:

suppose I have a String1 ="Obama" is there any online translation API that I could use to get the corresponding Chinese word back,and put it in another String2="奥巴马“.

I've tried BabelFish,but that doesn't seem to provide any service for Java program.

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

Robert

like image 420
Kevin Avatar asked Jan 30 '26 17:01

Kevin


1 Answers

try Google Translate

like image 194
objects Avatar answered Feb 01 '26 09:02

objects