Created
August 10, 2017 07:48
-
-
Save AliYmn/1fc16e4d82aafd997c16e50b2a6e9f74 to your computer and use it in GitHub Desktop.
Ubuntu change LANGUAGE
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
apt-get install --reinstall locales && sudo dpkg-reconfigure locales | |
nano ~/.bashrc | |
export LANG=tr_TR.UTF-8 | |
export LANGUAGE=tr |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment