| The output of locale displays this 
 Code: 
LANG=en_US.UTF-8
 
LANGUAGE=en_US:en
 
LC_CTYPE="en_US.UTF-8"
 
LC_NUMERIC="en_US.UTF-8"
 
LC_TIME="en_US.UTF-8"
 
LC_COLLATE="en_US.UTF-8"
 
LC_MONETARY="en_US.UTF-8"
 
LC_MESSAGES="en_US.UTF-8"
 
LC_PAPER="en_US.UTF-8"
 
LC_NAME="en_US.UTF-8"
 
LC_ADDRESS="en_US.UTF-8"
 
LC_TELEPHONE="en_US.UTF-8"
 
LC_MEASUREMENT="en_US.UTF-8"
 
LC_IDENTIFICATION="en_US.UTF-8"
 
LC_ALL=
 
 
How can I set this to en_GB?
 
I set the default language to en_GB after reconfiguring locales but that didn't change it.
 
I've also tried changing it in /etc/environment.
 
 
Also, which of these is the correct locale to use for England?
 
en_GB ISO-8859-1
 
en_GB.ISO-8859-15 ISO-8859-15
 
en_GB.UTF-8 UTF-8 |