Chrome 預設會直接使用 macOS 所設定的語言顯示 Menu 與內容,且無法透過 Settings 修改,只能在 Terminal 透過 Command 設定 Chrome 所顯示的語言。
Version
macOS Sonoma
Chrome 119
Setting Chrome to English
$ defaults write com.google.Chrome AppleLanguages '(en-US)'
- 直接寫入
en-US
到 Chrome 的AppleLanguages
設定
$ defaults read com.google.Chrome AppleLanguages
- 讀出 Chrome 的
AppleLanguages
設定確定設定成功
{
"en-us"
}
- 設定後需重新啟動 Chrome 才能生效
Conclusion
- 同理亦可在英文版 macOS 使用中文版 Chrome