Re: Language Support
From: Tommy Reynolds (TommyReynolds_at_yahoo.com)
Date: 04/29/04
- Next message: A Chap: "filesystem"
- Previous message: users_at_linuxforums.org: "Language Support"
- In reply to: users_at_linuxforums.org: "Language Support"
- Next in thread: users_at_linuxforums.org: "re:Language Support"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 29 Apr 2004 15:36:59 -0500
On Thu, 29 Apr 2004 21:06:15 +0100, users wrote:
> When I installed the red hat I choose it to support other languages,
> but now I want to know how to actually be able to write in those
> languages?
The group of settings that control the internationalization (i18n)
settings is called a "locale". You set environment variables to
control how individual items (such as the date, money or numbers) get
displayed.
To see what environment values control this, do a:
$ man locale
To see how your environment values are currently set, run the
command:
$ locale
Note that there is a hierarchy among these environment variables, so
you can contol an individual item or just override everything with a:
$ export LANG=<locale>
setting.
You can set these values in your shell startup files to override the
system default settings.
Hope this gets you started.
Cheers!
- Next message: A Chap: "filesystem"
- Previous message: users_at_linuxforums.org: "Language Support"
- In reply to: users_at_linuxforums.org: "Language Support"
- Next in thread: users_at_linuxforums.org: "re:Language Support"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|