Zabbix5LTS安装完成后个人设置中不显示中文的问题

页面错误提示:You are not able to choose some of the languages, because locales for them are not installed on the web server 查看系统内安装的locale: locale -a 主要原因是操

页面错误提示: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

Comment