Skip to content

Instantly share code, notes, and snippets.

@artrey
Created October 24, 2018 08:51
Show Gist options
  • Save artrey/10c7b70411f528b820dfa2fbc1757a95 to your computer and use it in GitHub Desktop.
Save artrey/10c7b70411f528b820dfa2fbc1757a95 to your computer and use it in GitHub Desktop.
Locales to *NIX systems
1. nano /etc/default/locale
# example
LANGUAGE=en_US.UTF-8
LC_ALL=en_US.UTF-8
LANG=en_US.UTF-8
LC_TYPE=en_US.UTF-8
LC_MESSAGES=en_US.UTF-8
2. locale-gen en_US.UTF-8
3. dpkg-reconfigure locales
4. reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment