简体   繁体   English

如何在Android中的EditText中更改默认键盘输入语言

[英]How do I change the default keyboard input language in EditText in Android

I think this is because my OS is in Chinese. 我认为这是因为我的操作系统是中文。 I have an EditText box in my android app, and when I click on it to input something, the default input languange is in Chinese. 我的Android应用程序中有一个EditText框,当我单击它以输入内容时,默认输入languange为中文。 Can I change it to Engish? 我可以将其更改为Engish吗?

It seems because the project was created on my computer, when others import the project and run it on the emulator, the default input is also Chinese. 似乎因为该项目是在我的计算机上创建的,所以当其他人导入该项目并在模拟器上运行它时,默认输入也是中文。 Can I modify some file to change the default back to English? 我可以修改某些文件以将默认设置更改回英语吗? Many thanks! 非常感谢!

The version I created the project in is Android 2.1 我在其中创建项目的版本是Android 2.1

Click and hold on the EditText. 单击并按住EditText。 A context menu will appear that will allow you to change the IME (editor). 将出现一个上下文菜单,可让您更改IME(编辑器)。

According to My Digital Life : 根据我的数字生活

Alternatively, on Android keyboard or other input method which based on Android keyboard, tap and hold the ?123 key, and the keyboard settings dialog with option to switch input method will be displayed for selection. 或者,在Android键盘或其他基于Android键盘的输入法上,长按?123键,将显示带有选项的键盘设置对话框,用于切换输入法。

For the change of input method to take effect, unfocus the text input field (tap anywhere else) so that the keyboard closes, and then tap the input field again to open the new input method. 为了使输入法的更改生效,请取消对文本输入字段的聚焦(在其他任何地方点按),以使键盘关闭,然后再次点击输入字段以打开新的输入方法。

By default, all emulators have the Keyboards for English, Japanese IME and Chinese installed. 默认情况下,所有仿真器都安装了英文,日文IME和中文键盘。 Since the keyboard that is used by Android OS is a user's choice, there is no way to force using a specific keyboard in the app code. 由于Android OS使用的键盘是用户的选择,因此无法强制在应用程序代码中使用特定的键盘。 If you want to get rid of the unnecessary keyboards in the emulator completely, see the following post: Click Here 如果要完全摆脱模拟器中不必要的键盘,请参见以下文章: 单击此处

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM