7

How to use Google Transliteration API in my Java application.

If i give a String (either in English or Arabic) as input, the Google Transliterator API then it should translate it into the corresponding other language and give the transliterated string to me. I also want to know is it better to use Google Translator or transliterator?

How to do this? Any Suggestions Please. I need to use this in my JAVA program.

moinudin
  • 134,091
  • 45
  • 190
  • 216
IamIronMAN
  • 1,871
  • 6
  • 22
  • 28

1 Answers1

8

There's a Java API. See the docs here for how to use it.

An example of how to use it is included in the test code.

moinudin
  • 134,091
  • 45
  • 190
  • 216