我的系统:ubuntu16.4 ubantu安装chrome
本来chrome改成中文只要在settings->Language设置,选择Display Google Chrome in this language即可,可是我的浏览器没有这个选项
可以在命令行设置
$ cd /usr/share/applications
$ sh -c "export LANGUAGE=ZH-CN.UTF-8 && /usr/bin/google-chrome-stable %U &"
来源:CSDN
作者:yqECNU
链接:https://blog.csdn.net/weixin_38665509/article/details/103668266