I don’t really think this is a KDE Plasma specific question, but it might be??
I know from experience that changing the language of the OS is more complicated in Plasma than any other DE I have ever used. But I’ve done it lots of times now and always manage it.
But recently I’ve come across a new problem.
I have my system completely set to Spanish. I installed Manjaro KDE Plasma with my native language, which is English, but I’ve changed everything to Spanish, except for a few programs, like Libreoffice.
But I’d like the terminal to be in English. I use bash.
I have read tons of posts online and tried lots of things, but I cannot get anything to work.
I have this in the bottom of my .bashrc file.
export LANG=en_GB.UTF-8
I also tried putting into .bash_profile, but that does not work either.
I don’t want to change anything else - just bash.
Can it be done?
–
These are my generated locales.
en_GB.UTF-8 UTF-8
es_ES.UTF-8 UTF-8
Contents of /home/user/.config/plasma-localerc
[Formats]
LANG=es_ES.UTF-8
LC_ADDRESS=en_GB.UTF-8
LC_MEASUREMENT=en_GB.UTF-8
LC_MONETARY=en_GB.UTF-8
LC_NAME=en_GB.UTF-8
LC_NUMERIC=en_GB.UTF-8
LC_PAPER=en_GB.UTF-8
LC_TELEPHONE=en_GB.UTF-8
LC_TIME=en_GB.UTF-8
useDetailed=true
[Translations]
Contents of /etc/locale.conf
LANG=es_ES.UTF-8
#Commented out by me.
#LANGUAGE=en_GB.UTF-8
LC_ADDRESS=en_GB.UTF-8
LC_MEASUREMENT=en_GB.UTF-8
LC_MONETARY=en_GB.UTF-8
LC_NAME=en_GB.UTF-8
LC_NUMERIC=en_GB.UTF-8
LC_PAPER=en_GB.UTF-8
LC_TELEPHONE=en_GB.UTF-8
#LC_TIME=en_GB.UTF-8
I got these settings from a very helpful post on this forum. It changes everything, which is what I wanted. But I thought, via .bashcr, I could get bash to act independently, but so far I have failed completely.