Reputation: 21
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: こんにちは
Upvotes: 0
Views: 187
Reputation:
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
Upvotes: 0