find the weather

Introduce yourself, create test postings or talk nonsense
Sasquatch
Posts: 155
Joined: 26. Mar 2014, 00:50

Re: find the weather

Post 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
User avatar
gapan
Salix Wizard
Posts: 6238
Joined: 6. Jun 2009, 17:40

Re: find the weather

Post 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.
Image
Image
Sasquatch
Posts: 155
Joined: 26. Mar 2014, 00:50

Re: find the weather

Post by Sasquatch »

Logging out didn't do it, had to reboot. Everything is set now. Thanks.
Post Reply