My Android app has several EditText widgets in various input languages- i.e. field "1" is strictly English and field "2" is strictly German
As far as I know, it is impossible to directly change the keyboard language. However, is it possible to override certain keys to both look and write different characters (i.e. 1->ą and etc) depending on the EditText field id / settings / type or other?
As all the words are names / company names the autocorrect feature is not necessary.