Hello,nightdiva
1.You can download the Chinese language pack from the following link
中文(简体)本地体验包 - Windows官方下载 | 微软应用商店 | Microsoft Store
2.Open a command prompt (run as administrator) and use the following commands to install and set up the language pack:
DISM /online /Add-Package /packagepath: .cab file path
- Open PowerShell (running as administrator) and run the following commands to set the system language:
Set-WinUILanguageOverride -Language zh-CN
Set-WinUserLanguageList -LanguageList zh-CN -Force
- Set the completion of the restart machine can display Chinese.
Best Regards,
Chengxili