- 成为超级用户或同等角色。角色包含授权和具有一定权限的命令。
- 使用 localeadm 命令显示系统中当前安装的语言环境。 -l 选项显示系统中安装的语言环境。例如:
# localeadm -lChecking for installed pkgs. This could take a while.Checking for Australasia region (aua)(1of2 pkgs)|......|...The following regions are installed on concordance on Wed Dec 17 15:13:00 MST 2003POSIX (C)Central Europe (ceu)[ Austria, Czech Republic, Germany, Hungary, Poland, Slovakia, Switzerland (German), Switzerland (French) ]Done.
如何确定系统中是否安装了语言环境
成为超级用户或同等角色。
角色包含授权和具有一定权限的命令。
使用 localeadm 命令确定系统中是否安装了语言环境。 -q 选项和语言环境会查询系统,以确定该系统中是否安装了语言环境。例如,要确定系统中是否安装了中欧 (Central European, ceu) 地区语言环境,可以运行以下命令:
# localeadm -q ceulocale/region name is ceuChecking for Central Europe region (ceu)...The Central Europe region (ceu) is installed on this system |
如何向系统中添加语言环境
成为超级用户或同等角色。
角色包含授权和具有一定权限的命令。
使用 localeadm 命令添加要在系统中安装的语言环境的软件包。
-a 选项后跟语言环境(标识您要添加的语言环境)。 -d 选项后跟设备(标识含有您要添加的语言环境软件包的设备)。例如,要向系统中添加中欧 (Central European, ceu) 地区语言环境,可运行以下命令:
# localeadm -a ceu -d /net/install/latest/Solaris/Productlocale/region name is ceuDevices are /net/install/latest/Solaris/Product...One or more locales have been added. To update the list of locales available at.. |