Skip to content

如何配置系统中文显示 #4

@shipujin

Description

@shipujin

若系统使用的是bash,则编辑 /etc/profile.d/lang.sh ,把LANG设置为zh_CN.UTF-8

export LANG=zh_CN.UTF-8

若系统不是使用的是bash,而是其他shell则编辑/etc/profile.d/lang.csh文件 ,把LANG设置为zh_CN.UTF-8

setenv LANG zh_CN.UTF-8

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions