Terminology
- M = method
- M01 = method 01
M01, Modify macOS system language
If you modify the macOS systme into english interface, the applications, such as Chrome、QQ, eec., will be English interface automatically, and those apps above don’t sourport a seeting for modifying the app self language.
M02, Modify chrome only with terminal
Run one of the following commands, depending on your actual needs, and then restart your browser.
# english --> simplified chinese
defaults write com.google.Chrome AppleLanguages '(zh-CN)'
# simplified chinese -> English
defaults write com.google.Chrome AppleLanguages '(en-US)'
# English优先,simplified chinese第二。反之改一下顺序
defaults write com.google.Chrome AppleLanguages "(en-US,zh-CN)"
M03, Do what following the tutorial
The following method does’t work on macOS.