How to programmatically view different language keyboard in Android app?
In my app I have a user language selection option and accordingly user should be able to type in his native language.
For this I need to display the native language keyboard when user click on the language selection list.
I searched and found the mu开发者_运维百科ltiple answers of using settings -> language & Keyboard also found answers of Long click and choosing keyboard from input method but as the user is totally unaware about the settings and input method.
So I need to programmatically display the native language keyboard from my application only.
精彩评论