Tagged Questions
0
votes
1answer
94 views
What are the contents of a language pack?
I tried to install language-pack-fr in my Ubundu machine. It worked - but I am not clear what are things that get installed as part of the language pack.
In general , the language pack contains only ...
6
votes
2answers
8k views
warning: setlocale: LC_ALL: cannot change locale
I want to switch to French locale. So I tried the below command:
myUbundu@myUbundu-desktop:~$ export LC_ALL=fr_FR
But I am getting the warning
-bash: warning: setlocale: LC_ALL: cannot change ...
4
votes
2answers
677 views
What is the meaning and format of LANGUAGE?
I'm used to environment variables such as LANG and LC_*, but I recently noticed a LANGUAGE variable on my Ubuntu desktop. It's value was pt_BR:pt:en, and I'm wondering exactly what is meaning is. ...
3
votes
1answer
571 views
Remove locale from the system
For some obscure reason, my /var/lib/locales/supported.d/local file contained an extra locale that typically should not be there (in my example, pl_PL.UTF-8 UTF-8).
I ran sudo dpkg-reconfigure ...