Skip to content

Instantly share code, notes, and snippets.

@YcSmile
Created July 8, 2019 13:36
Show Gist options
  • Save YcSmile/039024e79b9d7dca38e80fdca7890620 to your computer and use it in GitHub Desktop.
Save YcSmile/039024e79b9d7dca38e80fdca7890620 to your computer and use it in GitHub Desktop.
Linux 英文系统下,切换wps界面语言为中文
当前wps版本 11.1.0.8722
1 方法一
修改配置文件
nano ~/.config/Kingsoft/Office.conf
[General]
languages=
PersistentStatus=0
修改为
[General]
languages=zh_CN
PersistentStatus=0
2 方法二
修改启动文件(wps et wpp wpspdf) 以wps word为例
sudo nano `which wps`
#!/bin/bash
LANGUAGE=zh_CN # 添加环境变量
gOpt=
#gOptExt=-multiply
@lshw
Copy link

lshw commented Aug 19, 2025

@lshw
Copy link

lshw commented Aug 19, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment