I develop an app in local language (Khmer) and I want to provide word predictions (En -> KH) for users when they type Roman on EditText it would suggest words in Khmer.
I have check personal dictionary, but it's not available anymore in Android 8. The Text Shortcuts is not what I'm looking for.
This is sample of my word: 'សួស្តី' - ['Sur', 'Soursdey', 'Sursdey'].
Note:
- I don't want to develop a new keyword, just add a list of words mapping.
- Is it possible to show suggestion only on my app?