How to programmatically view a keyboard in a different language in an Android application?

In my application, I have the option of choosing the user language and, accordingly, the user should be able to print in their own language.

To do this, I need to display the keyboard in my native language when the user clicks on the language selection list.

I searched and found several answers using the settings β†’ language and keyboard, and also found answers to the β€œLong Click” and the choice of keyboard from the input method, but the user is completely unaware of the settings and input method.

Therefore, I need to programmatically display the keyboard in my native language only from my application.

+5
source share

Source: https://habr.com/ru/post/892652/


All Articles