Skip to content

Instantly share code, notes, and snippets.

@saniyathossain
Created October 13, 2020 08:32
Show Gist options
  • Save saniyathossain/cb8e28d1d25c195efc510284faf80cfb to your computer and use it in GitHub Desktop.
Save saniyathossain/cb8e28d1d25c195efc510284faf80cfb to your computer and use it in GitHub Desktop.
sudo update-locale LC_CTYPE=en_US.UTF-8;
sudo update-locale LC_NUMERIC=en_US.UTF-8;
sudo update-locale LC_TIME=en_US.UTF-8;
sudo update-locale LC_COLLATE=en_US.UTF-8
sudo update-locale LC_MONETARY=en_US.UTF-8;
sudo update-locale LC_MESSAGES=en_US.UTF-8
sudo update-locale LC_PAPER=en_US.UTF-8;
sudo update-locale LC_NAME=en_US.UTF-8;
sudo update-locale LC_ADDRESS=en_US.UTF-8;
sudo update-locale LC_TELEPHONE=en_US.UTF-8;
sudo update-locale LC_MEASUREMENT=en_US.UTF-8;
sudo update-locale LC_IDENTIFICATION=en_US.UTF-8;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment