Go to advanced search

by mlazarov
Tue Jul 02, 2019 6:11 am
Forum: Debian
Topic: Problem with locale
Replies: 8
Views: 59368

Re: Problem with locale

discopimp wrote:
Fri Jul 20, 2012 10:00 am
putting this directly into /etc/environment

Code: Select all

LANGUAGE = en_GB
LC_ALL = en_GB
LANG = en_GB
LC_TYPE = en_GB
There should be no spaces around the equal signs

So put this in your /etc/environment file:

Code: Select all

LANGUAGE=en_GB
LC_ALL=en_GB
LANG=en_GB
LC_TYPE=en_GB

Go to advanced search