Comment 4 for bug 1334675

Revision history for this message
Joost Ringoot (joost) wrote :

IMHO, the best workaround is this:
cp /etc/default/locale /etc/default/locale_orig && locale > /etc/default/locale
then "vim /etc/default/locale"
in the command mode (type ESC twice to be sure), type this (you should see the command at the bottom of the screen:

:%s/de_BE.UTF-8/en_US.UTF-8/g

Then hit enter (not too hard!)
This will replace all instances of de_BE.UTF-8 by en_US.UTF-8
Adapt as you like, YMMV