Page 2 of 2

Re: find the weather

Posted: 16. Oct 2016, 13:22
by Sasquatch
I get this result;

Code: Select all

$ sudo locale en_US.utf8
locale: unknown name "en_US.utf8"
But...

Code: Select all

en_SG
en_SG.utf8
en_US
en_US.utf8
en_ZA
en_ZA.utf8
en_ZM
en_ZW
en_ZW.utf8

Re: find the weather

Posted: 16. Oct 2016, 13:48
by gapan
What localesetup does is edit the /etc/profile.d/lang.sh file. You can do it manually too. Just make sure it has a line that reads:

Code: Select all

export LANG=en_US.utf8
You do have to log out/log in for changes to take effect.

Re: find the weather

Posted: 16. Oct 2016, 14:05
by Sasquatch
Logging out didn't do it, had to reboot. Everything is set now. Thanks.