【问题标题】:Changing languages on an android device with ADB使用 ADB 在 android 设备上更改语言
【发布时间】:2016-06-28 16:48:40
【问题描述】:

所以我遇到了答案here。命令:

adb shell "setprop persist.sys.language fr; setprop persist.sys.country CA; setprop ctl.restart zygote"

但是,使用此命令后,我无法再使用 ADB 更改语言。我尝试了其他变体(即使回到英语也无济于事)。如:

adb shell "setprop persist.sys.language zh; setprop persist.sys.country CN; setprop ctl.restart zygote"

adb shell "setprop persist.sys.language es; setprop persist.sys.country ES; setprop ctl.restart zygote"

adb shell "setprop persist.sys.language en; setprop persist.sys.country US; setprop ctl.restart zygote"

每个命令显然什么也没做。我在这里错过了什么?

【问题讨论】:

  • 我很想知道反对票的原因。
  • 请问如何为HEBREW Israel 添加其他语言

标签: android internationalization adb


【解决方案1】:

你在 adb root 上吗?

我遇到同样的问题,然后转到 adb root 并执行更改语言命令。

这是我所做的:

adb root
adb shell "setprop persist.sys.language fr; setprop persist.sys.country CA; setprop ctl.restart zygote"

【讨论】:

    猜你喜欢
    • 2015-11-17
    • 1970-01-01
    • 2014-01-11
    • 1970-01-01
    • 2016-05-20
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2021-01-31
    相关资源
    最近更新 更多