inputMethodManager imm = (inputMethodManager) getSystemService(Context.input_METHOD_SERVICE);
然后,使用下面的方法选择从中获取的内容:
http://developer.android.com/reference/android/view/inputmethod/InputMethodManager.html#getCurrentInputMethodSubtype%28%29
要么:
http://developer.android.com/reference/android/view/inputmethod/InputMethodManager.html#getLastInputMethodSubtype()
与此一起获取输入类型的语言环境:
http://developer.android.com/reference/android/view/inputmethod/InputMethodSubtype.html#getLocale()
总结以上是内存溢出为你收集整理的android – 我怎么知道键盘语言? (烯/ FR)全部内容,希望文章能够帮你解决android – 我怎么知道键盘语言? (烯/ FR)所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)