Created
October 24, 2018 08:51
-
-
Save artrey/10c7b70411f528b820dfa2fbc1757a95 to your computer and use it in GitHub Desktop.
Locales to *NIX systems
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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