I have the system default set to en_US.UTF-8
. But (among other nonsensical things) this makes Sunday (a weekend day) the first day of the week in calendars.
I want to use the LC_TIME
variable from en_DK.UTF-8
while keeping the en_US.UTF-8
variables for everything else.
I have generated both en_US.UTF-8
and en_DK.UTF-8
and I used to be able to simply edit /etc/default/locale
by adding the line LC_TIME="en_DK.UTF-8"
.
But this is no longer working and I have no idea why. So how can I get this working again?
Before people start telling me to hack on the en_US.UTF-8
text file (at /usr/share/i18n/locales
), this doesn't work either because updates periodically reset this. I want to know what the "proper" way of configuring for this is.