Rocky
Rocky

Reputation: 21

How can I translate English text to Japanese text programmatically?

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

Answers (2)

user10358702
user10358702

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

Chiang Xingbing
Chiang Xingbing

Reputation: 61

Try to convert this into Android:py-googletrans

Upvotes: 1

Related Questions