|
|
发表于 2007-6-29 11:44:34
|
显示全部楼层
在/etc/sysconfig/i18n文件中,你可以对以下的变量进行赋。
LANGUAGE
override for LC_MESSAGES, used by GNU gettext only
LC_ALL
override for all other LC_* variables
LC_CTYPE, LC_MESSAGES, LC_COLLATE, LC_NUMERIC, LC_MONETARY, LC_TIME
individual variables for: character types and encoding, natural language messages, sorting rules, number formatting, money amount formatting, date and time display
LANG
default value for all LC_* variables |
|