Koozali.org: home of the SME Server
Obsolete Releases => SME Server 8.x => Topic started by: mikalof on December 13, 2011, 09:04:39 PM
-
Hello SME people!
In the process of installing SME 8 beta I set some system language and/or location prefs (can't remember where) to SWEDISH in order to make sure i get the right timezones etc. Therefore some console programs also seem to throw swedish output which I don't like. How do I get those apps back to speaking english? As an example the 'console' command is a completely swedish menu.
It is much easier to get help on the forums when not first needing to (inaccurately) translate what my server says...
-
Hi
I'm using SME8b7 and have this:
[root@guepardo ~]# cat /etc/sysconfig/i18n
LANG="en_US"
SYSFONT="lat0-sun16"
SYSFONTACM="iso15"
Jáder
-
Hello SME people!
In the process of installing SME 8 beta I set some system language and/or location prefs (can't remember where) to SWEDISH in order to make sure i get the right timezones etc. Therefore some console programs also seem to throw swedish output which I don't like. How do I get those apps back to speaking english? As an example the 'console' command is a completely swedish menu.
It is much easier to get help on the forums when not first needing to (inaccurately) translate what my server says...
you should first of all check your setup with
config show sysconfig
the key of interest is Language
change it with (example)
config setprop sysconfig Language en_US
expand the template with
expand-template /etc/sysconfig/i18n
finally, reboot your server with
signal-event post-upgrade
signal-event reboot
NOTE: not tested, should work
-
Thanks Stefano ... Mikalof: that's the correct and SME way.
-
Thanks! It worked.