Add these lines to the bottom of the file:
# ~/.bashrc
export LANGUAGE=en_US.UTF-8
export LANG=en_US.UTF-8
export LC_ALL=en_US.UTF-8
After editing the file execute this commands
$ sudo locale-gen en_US.UTF-8
$ sudo dpkg-reconfigure locales
Add these lines to the bottom of the file:
# ~/.bashrc
export LANGUAGE=en_US.UTF-8
export LANG=en_US.UTF-8
export LC_ALL=en_US.UTF-8
After editing the file execute this commands
$ sudo locale-gen en_US.UTF-8
$ sudo dpkg-reconfigure locales