Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save williamcspace/0b764508ba0c1437a326c3b3dadf9ba1 to your computer and use it in GitHub Desktop.
Save williamcspace/0b764508ba0c1437a326c3b3dadf9ba1 to your computer and use it in GitHub Desktop.
ubuntu locale
## 安裝語系檔
$ sudo locale-gen "en_US.UTF-8"
## 重新設定語系檔
$ sudo dpkg-reconfigure locales
## 設定檔
$ vim /etc/default/locale
LC_ALL="en_US.UTF-8"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment