0

I have a edit text that can input English words/sentence and I want it to convert to Japanese text. Is there any API I can use to achieve this?

For Example:

I type: Hello

The expected output in my Textview should be: こんにちは

jasli
  • 3
  • 3
Rocky
  • 11
  • 4

2 Answers2

1

Try to convert this into Android:py-googletrans

0

If you want to make it run locally then you can have a file (csv txt with the words) and read them or connect to a server with database of words