mopsicus / umi

Unity mobile input (UMI) plugin for Android and iOS, allows to use features of mobile native input fields
MIT License
386 stars 91 forks source link

Change language on runtime using SetLanguage() method #116

Open JoneruKudo opened 1 month ago

JoneruKudo commented 1 month ago

Hi there, I tried to use the SetLanguage() method for changing the language of keyboard input, but it doesn't change to the designated language, and sometimes it always sets to English even though the ISO code is 'ja' or 'ar'. I used ISO code 'en' for English (US) keyboard and 'ja' for Japanese keyboard.

Platform : Android Android Version : Android 10 Device : RakutenP10

mopsicus commented 1 month ago

Have you added a keyboard layout in the device settings?

JoneruKudo commented 1 month ago

Yes. Currently I have English(us), Japanese and Arabic.

mopsicus commented 1 month ago

Ok, I'll check, maybe the language code is wrong.....