We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 618493a + 1c0a89a commit 8c81294Copy full SHA for 8c81294
fixers/locale.md
@@ -29,14 +29,16 @@ See [Ask Ubuntu 1](http://askubuntu.com/a/144448/167553)
29
30
"Manually" fixing locales
31
32
-A) `sudo dpkg-reconfigure locales`
33
-B) `sudo apt-get --reinstall install language-pack-en`
34
-C) `sudo update-locale LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8`
+1. `sudo dpkg-reconfigure locales`
+2. `sudo apt-get --reinstall install language-pack-en`
+3. `sudo update-locale LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8`
35
36
See [Ask Ubuntu 2](https://askubuntu.com/a/144244/167553)
37
38
## Option 3
39
40
+> Update January 2019, This one has been working very well for me.
41
+
42
```bash
43
$ echo export LANGUAGE=en >> ~/.profile
44
$ echo export LC_ALL=en_US.UTF-8 >> ~/.profile
0 commit comments