Announcement

Collapse
No announcement yet.

Login screen shows wrong language

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Login screen shows wrong language

    During installation of kubuntu 21.04 beta I set the timezone to Sofia, Bulgaria but the language and keyboard to English(US).
    Wnen I try to log in, the date is in Bulgarian. The same odd behavior since at least 18.04. Changing some odd configuration file is a workaround, but shouldn't there be a more simpler solution?

    #2
    I'm having this same problem in 20.04. I have everything I can find set to US English, but my login screen is in Spanish.

    Comment


      #3
      I fixed this in my system.

      You need to edit the locale file at /etc/default/locale

      use the 'update-locale' command in terminal

      You have to enter the command once for each variable in the file. I opened it in Kate to look at it and copy the list of variables.
      Code:
      sudo update-locale [variable=LOCALE]
      You can find your locale format here:
      https://docs.oracle.com/cd/E23824_01...033/glset.html

      An example:
      Code:
      sudo update-locale LC_TIME=en_US.UTF-8

      Comment

      Working...
      X