Click here to Skip to main content
15,896,444 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
Sorry, I reaally got a lot of unresolved questions(problems) here. But here's go again another question :D.

I'm trying to get what's my current input language when I changes it on keyboard setting in Android.
Says my android device language (system language) is English (EN), and then I changes my keyboard language (not system language) to Korea(KR). How can I get that my current input language is Korea?

For device language I can simply use this
Java
Locale.getDefault().getLanguage()


But how can I get my current input language?

Many thanks..
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900