Solved Can't change/find the terminal language (locale)

I'm totally lost now!

I have been trying to remove the wrong locale in the terminal.
I don't know what caused this, but it might have been an earlier DE.

Thit is what I have:

Code:
# locale
LANG=sv_SE.UTF-8
LC_CTYPE="sv_SE.UTF-8"
LC_COLLATE="sv_SE.UTF-8"
LC_TIME="sv_SE.UTF-8"
LC_NUMERIC="sv_SE.UTF-8"
LC_MONETARY="sv_SE.UTF-8"
LC_MESSAGES="sv_SE.UTF-8"
LC_ALL=

I want en_US.UTF-8 and nothing else!

I can't find where this is set?
I'm using /bin/sh

Code:
# echo $SHELL
/bin/sh
 
Depending on how one is starting the DE, it could be done in .xinitrc (if you log into CLI, then startx) or .xsession
I have removed the DE on this computer, it was a fresh install, so I kept it an just removed KDE* Maybe something left somewhere?
 
I just found it!

It was set in /etc/login.conf - and I had actually changed it earlier to en_US, but with no luck.
But I just saw now, that I needed to run # cap_mkdb /etc/login.conf if making changes to that file - this was new to me.

I have NEVER used any other language on my own computers, than english, I can't even navigate in Windows in my own native lang 😉

Thanks everyone!! 🙏
 
Back
Top