Last updated 2 years ago
You can use Nano or Vim, here I use nano to edit locale
Use sudo nano /etc/default/locale to edit locale file
sudo nano /etc/default/locale
Put following content into locale
LANG=en_US.UTF-8 LANGUAGE=en_US.UTF-8 LC_ALL=en_US.UTF-8 LC_TYPE=en_US.UTF-8
Save and exit Press Ctrl+O and then Ctrl+X
Ctrl+O
Ctrl+X