Re: set locale on commandline without system-config-language

Posted by arlukin on 2011/10/6 14:12:18
Did you find the answer to your questions?

I have the same kind of problem now. I don't think the locale was wrong for me after the installation. But after some tweaking of the server, I now got the wrong locale.


# locale
LANG=sv_SE.UTF-8
LC_CTYPE="sv_SE.UTF-8"
LC_NUMERIC="sv_SE.UTF-8"
LC_TIME="sv_SE.UTF-8"
LC_COLLATE="sv_SE.UTF-8"
LC_MONETARY="sv_SE.UTF-8"
LC_MESSAGES="sv_SE.UTF-8"
LC_PAPER="sv_SE.UTF-8"
LC_NAME="sv_SE.UTF-8"
LC_ADDRESS="sv_SE.UTF-8"
LC_TELEPHONE="sv_SE.UTF-8"
LC_MEASUREMENT="sv_SE.UTF-8"
LC_IDENTIFICATION="sv_SE.UTF-8"
LC_ALL=

find /etc -type f -exec fgrep sv_SE.UTF-8 {} \; -ls

gives me nothing.

Nothing done in the bash files in the /root folder.

This Post was from: https://www.centos.org/newbb/viewtopic.php?forum=55&topic_id=32334&post_id=144351