How to change SDDM language?
by 1_minute_to_midnight from LinuxQuestions.org on (#59D4B)
I was getting frustrated over the language of sddm not changing.
Here is the solution for people with same problem:
First make a backup in case things go haywire:
Code:sudo cp /etc/locale.conf /etc/locale.conf-uneditedThen edit /etc/locale.conf using your favorite text editor:
Code:sudo vim /etc/locale.conf
Change all entries to en_US.UTF-8 if you want to change the language to english.
Reboot.
Language will be changed.


Here is the solution for people with same problem:
First make a backup in case things go haywire:
Code:sudo cp /etc/locale.conf /etc/locale.conf-uneditedThen edit /etc/locale.conf using your favorite text editor:
Code:sudo vim /etc/locale.conf
Change all entries to en_US.UTF-8 if you want to change the language to english.
Reboot.
Language will be changed.