How to use Google Translate API in my Java application?

后端 未结 5 1026
攒了一身酷
攒了一身酷 2020-11-27 12:58

If I pass a string (either in English or Arabic) as an input to the Google Translate API, it should translate it into the corresponding other language and give the translate

5条回答
  •  生来不讨喜
    2020-11-27 13:19

    You can use Google Translate API v2 Java. It has a core module that you can call from your Java code and also a command line interface module.

提交回复
热议问题