Jai*_*oid 11 android locale android-emulator
如何更改模拟器的语言?默认情况下,我填写表格时会收到中文.
请帮我摆脱这个.
Dha*_*dra 33
几乎没有可能的解决方案来更改设备语言.
小智 10
使用此选项以编程方式设置区域设置:
Locale locale = new Locale("en");
Locale.setDefault(locale);
Configuration config = getBaseContext().getResources().getConfiguration();
config.locale = locale;
Run Code Online (Sandbox Code Playgroud)
对于新的模拟器,只需输入新语言即可
设置->系统->语言和输入法,
那么re-order your desired device locale at the top of the languages list 这是关键!
它将自动为RLT / LTR切换UI,并更改系统区域设置
| 归档时间: |
|
| 查看次数: |
43785 次 |
| 最近记录: |