Page 1 of 1

Language in English after creating now user

Posted: Thu Jan 23, 2020 6:40 am
by Vermilion
Hello,

after I created a new user, its Mate Desktop is in english instead of german as the other users have. I edited the ~/.login_conf of the users home folder, but that did not help. The tutorials I have found in the web may be for older versions of GhostBSD, so don't work here.

Please help.

Regards Verm

Re: Language in English after creating now user

Posted: Thu Jan 23, 2020 6:50 am
by ericbsd
Look at your ~/.profile you should have the following in:

Code: Select all

CHARSET=UTF-8;	export CHARSET
LANG=en_US.UTF-8;	export LANG
Edit it for your language it is missing you can add it with the proper language.

Re: Language in English after creating now user

Posted: Thu Jan 23, 2020 7:12 am
by Vermilion
Great, works. Thanks for the blazing fast help! :)