- 谷歌翻译
- 百度翻译
- 必应翻译
- 搜狗翻译
- 有道翻译
###Example
Translations translations = new Translations(new YouDaoTranslator());
String result = translations.traslate("中文", "英语", "我恨你");
System.out.println(result);
###Example
Translations translations = new Translations(new YouDaoTranslator());
String result = translations.traslate("中文", "英语", "我恨你");
System.out.println(result);