问题描述
有许多语言列表在设置菜单国 - >语言和放大器; keyborad - >选择语言....
There are many languages list for countries in the setting menu -> language & keyborad -> Select language....
所以我只是想删除一些列表它意味着设备将显示5语言列表。
例如英国,中国,日本,韩国,法国。
so I just want to remove some list it means the device will show 5 language list.for example English, china, japan, korean, france.
但我找不到profer源$ C $ C,除去列表。
这个类LocalePicker。我以为是从getAssets()读取语言getLocales()。通过assetManager。
but I could not find the profer source code out to remove lists.this class LocalePicker. I thought the languages is being read from getAssets().getLocales(); by assetManager.
请让我知道该解决方案我如何删除它们。
通过我的电子邮件[email protected]。
please let me know the solution how do i remove them. via my email [email protected].
感谢您。
推荐答案
当前设置语言~~~
语言/国家/时区等。
/数据/物业目录
persist.sys.timezone
persist.sys.language
persist.sys.country
/data/property dirpersist.sys.timezonepersist.sys.languagepersist.sys.country
厂商/!公司/!项目/
init.rc
vender/!company/!project/init.rc
setprop persist.sys.languageこ
setprop persist.sys.country KR
setprop persist.sys.timezone亚洲/首尔
setprop persist.sys.language ko setprop persist.sys.country KR setprop persist.sys.timezone Asia/Seoul
这篇关于我怎么能删除Android的源代码级别语言设置列表?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!