New answers tagged locale
0
This may not be directly related to your question about adding new locales. However if you succeed to, please note there are many I18N samples available at http://vouters.dyndns.org/. Just query its search engine with "Internationalizing". You may give some coding samples a try to demonstrate you correctly added as many locales as are available to you.
...
1
You should be able to choose the language at the login screen. If not, open a terminal (you can use Alt+F2 to get the run dialog) and run (source):
echo -e 'LANG="en_US\nLANGUAGE="en_US:en"' | sudo tee /etc/default/locale
echo -e 'LANG=en_US\nLanguage=en_US' > ~/.pam_environment
Then log out and log back in again.
EDIT (in response to the OP's ...
1
You can set any locale category independently. LANG applies only to the categories that are not explicitly set.
LANG and LC_xxx are ordinary environment variables. They are not settings for the locale utility: the locale program isn't involved in any locale processing, it's just a small utility to report current and available locale settings.
When you ...
1
Under the Fedora/CentOS/RHEL based distros I believe you can change the locale to one of the locale's displayed when you run the locale -a command in this system file:
/etc/sysconfig/i18n
For example on my Fedora 14 system:
$ more /etc/sysconfig/i18n
LANG="en_US.UTF-8"
SYSFONT="latarcyrheb-sun16"
Under GNOME you can run the help app:
...
1
The easiest thing to do would be to open Synaptic, the package manager (sudo synaptic) and search for "Czech". You can do the same thing from the command line (which is easier to post here) as follows:
sudo apt-cache search czech
The last command returns a list of 59 packages on my system, the ones you need are:
task-czech - Czech environment
...
0
If willing to internationalize an application, you may refer to the search engine at http://vouters.dyndns.org/ querying it with "internationalizing". My last internanational Web Web document is about internationalizing dates. This was initially requested by an Iranian contact of mine seeing his Thunderbird calendar not displaying the Persian calendar. ...
Top 50 recent answers are included