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.
source share