Skip to content

Instantly share code, notes, and snippets.

@tyagiakhilesh
Created January 24, 2020 12:36
Show Gist options
  • Save tyagiakhilesh/a62e70b9c291dd07b8af71be56cf4571 to your computer and use it in GitHub Desktop.
Save tyagiakhilesh/a62e70b9c291dd07b8af71be56cf4571 to your computer and use it in GitHub Desktop.
setting-locale-debian

sudo vim /etc/default/locale

Set below entries in above file.

LC_CTYPE=en_US.UTF-8 LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8

sudo dpkg-reconfigure locales sudo shutdown -r now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment