解决方法
@H_403_5@ 通过使用获取输入类型管理器:InputMethodManager imm = (InputMethodManager) getSystemService(Context.INPUT_METHOD_SERVICE);
与此一起获取输入类型的语言环境:
http://developer.android.com/reference/android/view/inputmethod/InputMethodSubtype.html#getLocale()
InputMethodManager imm = (InputMethodManager) getSystemService(Context.INPUT_METHOD_SERVICE);
与此一起获取输入类型的语言环境:
http://developer.android.com/reference/android/view/inputmethod/InputMethodSubtype.html#getLocale()