Ilya114 / Box64Droid

Running x86_64 applications on Android
GNU General Public License v3.0
838 stars 65 forks source link

Change language #26

Closed sunnyhenry123 closed 1 year ago

sunnyhenry123 commented 1 year ago

I'm sorry but I'm greenhand. How to change the system language? I tried export LANG=zh_CN.UTF-8 but not working.

Ilya114 commented 1 year ago

You need to run dpkg-reconfigure locales then configure need locale then change export en_US.UTF-8 to need locale in ~/.bashrc, should be work

sunnyhenry123 commented 1 year ago

~ $ apt install locales Reading package lists... Done Building dependency tree... Done Reading state information... Done E: Unable to locate package locales

Ilya114 commented 1 year ago

~ $ apt install locales Reading package lists... Done Building dependency tree... Done Reading state information... Done E: Unable to locate package locales

You trying it in Termux, not Box64Droid. And locales already installed

sunnyhenry123 commented 1 year ago

~ $ apt install locales Reading package lists... Done Building dependency tree... Done Reading state information... Done E: Unable to locate package locales

You trying it in Termux, not Box64Droid. And locales already installed

How can I opreate it in box64droid? After start-box, I can only enter 1-7 and resolution.

Ilya114 commented 1 year ago

After start-box, I can only enter 1-7 and resolution

You can just press ctrl+c

lsl330 commented 1 year ago

I'm sorry but I'm greenhand. How to change the system language? I tried export LANG=zh_CN.UTF-8 but not working.

我建立了Box64Droid-For-Chinese项目,跟着说明运行脚本可以很轻易配置成中文

Ilya114 commented 1 year ago

我建立了Box64Droid-For-Chinese项目,跟着说明运行脚本可以很轻易配置成中文

Thanks for your tool, I'm closing the ticket