Hi, I tried to change my default language. (SL 6.1)
[userA@localhost]$ echo $LANG ja_JP.UTF-8 [userA@localhost]$ su - [root@localhost]# vim /etc/sysconfig/i18n #LANG="ja_JP.UTF-8" LANG="en_US.utf8" [root@localhost]# reboot After the reboot, I logged in as a general user. But language setting is not changed. [userA@localhost]$ echo $LANG ja_JP.UTF-8 If I switch to another user, language setting become changed. [userA@localhost]$ su - userB [userB@localhost]$ echo $LANG en_US.utf8 Why such a problem happened ? Please show me how solve the problem. (I'm sorry for my poor English.) -- Kaido Iwamoto
