Before setting up Chinese in Kali, you need to change the source (change the mirror source) first.
- Right-click on the desktop and select "Open Terminal Here" to enter root mode using the command:
Command:
sudo su
- Install Chinese fonts using the command:
Command:
apt install ttf-wqy-zenhei
- Set the system language area using the command:
Command:
dpkg-reconfigure locales
- Select Chinese fonts
Installation successful, restart the system to take effect.