Skip to content

Instantly share code, notes, and snippets.

@xianlihua
xianlihua / lang_chrome_osx.md
Created February 21, 2019 07:39 — forked from kentbrew/lang_chrome_osx.md
How to change the Chrome default language on OSX

How to Change your Chrome Default Language

Open up a Terminal window. (If you have never seen Terminal before, go to Spotlight Search and type "Terminal.")

In the Terminal box, try this:

defaults read com.google.Chrome AppleLanguages

If you see this:

/**
* 定义函数
*/
function helloworld () {
return 'hello world!';
}
// 调用函数
helloworld();