
页面错误提示:You are not able to choose some of the languages, because locales for them are not installed on the web server
查看系统内安装的locale:
locale -a
主要原因是操作系统不支持中文.
解决办法:安装 zh_CN.UTF-8
locale-gen zh_CN.UTF-8重新配制系统已经安装的语言包
dpkg-reconfigure locales

页面错误提示:You are not able to choose some of the languages, because locales for them are not installed on the web server
查看系统内安装的locale:locale -a
主要原因是操作系统不支持中文.
解决办法:
安装 zh_CN.UTF-8locale-gen zh_CN.UTF-8
重新配制系统已经安装的语言包dpkg-reconfigure locales