https://bugs.kde.org/show_bug.cgi?id=479213
--- Comment #13 from hanyo...@protonmail.com --- (In reply to mpeter.68m0y from comment #12) > I realize that a fix has been made, but not all distros have yet received > it. Is there perhaps a workaround that could be used in the meantime? > How does System Settings configure the user's language? You can edit ~/.config/plasma-localerc The example config looks like this: ``` [Formats] LANG=en_US.UTF-8 LC_ADDRESS=en_US.UTF-8 LC_MEASUREMENT=en_US.UTF-8 LC_MONETARY=en_US.UTF-8 LC_NAME=en_US.UTF-8 LC_NUMERIC=en_US.UTF-8 LC_PAPER=en_US.UTF-8 LC_TELEPHONE=en_US.UTF-8 LC_TIME=en_US.UTF-8 [Translations] LANGUAGE=en_US ``` It will take effect at your next log in. -- You are receiving this mail because: You are watching all bug changes.