Can’t display Chinese
ref: https://blog.csdn.net/weixin_39792252/article/details/80415550
verified on: docker, webtop - ubuntu-kde 22.04
1sudo apt-get install language-pack-zh-hans
append this in /etc/environment
1LANG="zh_CN.UTF-8"2LANGUAGE="zh_CN:zh:en_US:en"
touch file /var/lib/locales/supported.d/local
and add:
1en_US.UTF-8 UTF-82zh_CN.UTF-8 UTF-8
1sudo locale-gen2`sudo locale-gen3``4
5- Install chinese fonts.
sudo locale-gen
1- No need to reboot.