Solved Changes in .login_conf doesn't work

I'm trying to change the result of the locale command
to a mixture of english language and swedish formatting for
date, time etc. I tried changing my .login_conf to reflect
this, but it doesn't seem to work:

Code:
  me:\
          :charset=UTF-8:\
          :lang=en_US.UTF-8:\
          :lc_all=en_US.UTF-8:\
          :lc_time=sv_SE.UTF-8:\
          :lc_ctype=sv_SE.UTF-8:\
          :lc_numeric=sv_SE.UTF-8:\
          :lc_monetary=sv_SE.UTF-8:

After the changes I ran the command:

cap_mkdb ~.login_conf

And logged out and in again. Yet the result
from locale is still this:

Code:
LANG=en_US.UTF-8
LC_CTYPE="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_ALL=en_US.UTF-8

Judging from the result on the language seems to
be respected. Any ideas on what might be wrong?
 
Back
Top