LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   How to set locale in KDE3.2? (https://www.linuxquestions.org/questions/linux-software-2/how-to-set-locale-in-kde3-2-a-173818/)

mldqj 04-23-2004 05:06 PM

How to set locale in KDE3.2?
 
Hi all,

I am using Debian Sid and KDE 3.2. The default locale (LANG, and LC_...) is "POSIX". However, I need to sent the locale to en_US.UTF-8. I remember in older versions of KDE, the control panel let you choose country, language, and charset individually, so this is easy. But in 3.2, one can only choose country and language.

Thanks a lot.

quatsch 04-25-2004 02:51 PM

you can do it by placing a file called
.i18n (note the . it's a hidden file)
in your home directory. Edit it to contain
LANG=whatever
LC_whatever=en_US.utf-8 (or whatever locale you want)

log in again and you should be set.

mldqj 04-25-2004 03:03 PM

Quote:

Originally posted by quatsch
you can do it by placing a file called
.i18n (note the . it's a hidden file)
in your home directory. Edit it to contain
LANG=whatever
LC_whatever=en_US.utf-8 (or whatever locale you want)

log in again and you should be set.

Thanks a lot!


All times are GMT -5. The time now is 08:38 PM.