howto: mint 12 set locale to iso

Write tutorials for Linux Mint here
More tutorials on https://github.com/orgs/linuxmint/discu ... /tutorials and (archive) on https://community.linuxmint.com/tutorial
Forum rules
Don't add support questions to tutorials; start your own topic in the appropriate sub-forum instead. Before you post read forum rules
Post Reply
toastbrot

howto: mint 12 set locale to iso

Post by toastbrot »

i needed en_US.ISO-8859-1 but through usual debian/ubuntu "dpkg-reconfigure locales" i could not select anything at all. so here how it worked for me:
as root or else use sudo in front of each command

vi /etc/environment
and add those lines:

Code: Select all

LANG=en_US
LANGUAGE="en_US.ISO-8859-1"
LC_ALL="en_US.ISO-8859-1"
vi /var/lib/locales/supported.d/en
and add this line:

Code: Select all

en_US.ISO-8859-1 ISO-8859-1
locale-gen


good luck...
Post Reply

Return to “Tutorials”