gpt4 book ai didi

android - 我怎么知道键盘语言? (英语/法语)

转载 作者:塔克拉玛干 更新时间:2023-11-02 20:30:57 29 4
gpt4 key购买 nike

我开发了一个短信发送器应用程序,我想知道用户使用的语言。那么,当用户键入一条消息时,我如何知道他/她使用的语言?

最佳答案

通过使用获取输入类型管理器:

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 - 我怎么知道键盘语言? (英语/法语),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14775218/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com