I wanted to post the fix to this after digging.
Step #1: Changing your locale file so that it includes both these lines. Edit your /etc/default/locale file as root (gksudo pluma /etc/default/locale). This is for English USA language.
- Code: Select all
LANG="en_US.UTF-8"
LANGUAGE="en_US.UTF-8"
Then restart your computer.
Step #2: Changing the default language at the login screen. If your have automatic login, let the computer finish loading. Then log out (DO NOT switch user) and choose Language then English USA and make default. A message will pop up asking what you would like to do. Choose the selection that makes this change perminate (NOT the "Just for this session").
Login to your account.
Step #3 Open terminal and type in:
- Code: Select all
sudo locale-gen --purge --no-archive
Reboot and problem solved.