My system is set to British English in KDE settings but my keyboard is US English and my timezone is Japan.
If I type:
locale
in a terminal I get:
etc/default/locale shows:
I used the dpkg reconfigure locales command until I'm green in the face but nothing seems to change when I type locale....
If I type:
locale
in a terminal I get:
Code:
LANG=en_GB.UTF-8 LANGUAGE=en_GB LC_CTYPE="en_GB.UTF-8" LC_NUMERIC=ja_JP.UTF-8 LC_TIME=en_GB.UTF-8 LC_COLLATE="en_GB.UTF-8" LC_MONETARY=ja_JP.UTF-8 LC_MESSAGES="en_GB.UTF-8" LC_PAPER=ja_JP.UTF-8 LC_NAME=ja_JP.UTF-8 LC_ADDRESS=ja_JP.UTF-8 LC_TELEPHONE=ja_JP.UTF-8 LC_MEASUREMENT=ja_JP.UTF-8 LC_IDENTIFICATION=ja_JP.UTF-8 LC_ALL=[/FONT]
Code:
LANG=en_GB.UTF-8 LC_ADDRESS=en_GB.UTF-8 LC_IDENTIFICATION=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
Comment