Skip to content

Instantly share code, notes, and snippets.

@SantoshSrinivas79
Last active August 29, 2015 14:22
Show Gist options
  • Save SantoshSrinivas79/714fec93505256e419e4 to your computer and use it in GitHub Desktop.
Save SantoshSrinivas79/714fec93505256e419e4 to your computer and use it in GitHub Desktop.
Setting up locale on UBUNTU 14.04

#Setting up locale on UBUNTU 14.04

I edited /etc/default/locale using sudo vi /etc/default/locale to:

LANG=en_US.UTF-8
LC_ALL=en_US.UTF-8

Reboot

##Other Answers

To try out setenv LANG "en_US" setenv LANGUAGE "en_US.UTF8"

bash set LC_ALL="en_US.utf8"

locale-gen en_US en_US.UTF-8 hu_HU hu_HU.UTF-8 sudo locale-gen en_US en_US.UTF-8

dpkg-reconfigure locales

locale

##Resources

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment