Using system settings I changed my language to Arabic and deleted the English language from the settings. Then the computer lagged and it logged out - now I can't log back in because the login is in Arabic.
So is there a way to default my language via terminal, default the login password language, or login via terminal which is still in English. I only have access to guest and a terminal.
I changed the pasword to something that could be translated into arabic http://www.psychocats.net/ubuntu/resetpassword - then loged in and used system settings to default.
LC_ALL=en_US.UTF-8
– Artem P Jan 19 '16 at 00:28~/.KDE/env/setlocale.sh
too, as it might conflict. – stragu Jun 22 '16 at 04:15LC_ALL
in/etc/default/local
, and definitely shouldn't need it.LC_ALL
prevents you from using fine grained control ofLC_*
vars. Users / apps would need tounset LC_ALL
to do this. On the other handLANG
sets the defaults for all theLC_*
vars that have not been set explicitly. IfLANG
is not working for you then you need to trace through your profile and find out what is overriding it. – Philip Couling Jun 01 '17 at 15:41If LANG is not working for you then you need to trace through your profile and find out what is overriding it.
But looking at your error you may need too look at this https://stackoverflow.com/questions/2499794/how-to-fix-a-locale-setting-warning-from-perl – Philip Couling Aug 18 '17 at 09:35sudo raspi-config
just caused more problems than good) – Zoe is on strike Jan 20 '19 at 15:29