Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to change the language? #233

Open
CriysHot opened this issue Mar 30, 2021 · 5 comments
Open

how to change the language? #233

CriysHot opened this issue Mar 30, 2021 · 5 comments

Comments

@CriysHot
Copy link

how to change the language?
i want to use chinese.

@maijieren
Copy link

您的问题解决了吗,我也需要汉化,不知道怎么搞

@CriysHot
Copy link
Author

CriysHot commented Jul 15, 2021 via email

@sweetcard
Copy link

ENV CATALINA_OPTS="-Dorg.apache.tomcat.util.buf.UDecoder.ALLOW_ENCODED_SLASH=true"
ENV JAVA_OPTS="-Duser.language=zh -Duser.region=CN -Dfile.encoding=UTF-8"

Set env for tomcat and it should work.

@qianxiaoning
Copy link

服务器执行export LANG=zh_CN.UTF-8,再重新tomcat就行。

@oulinhuao
Copy link

docker安装时,把/home/kdroot/kettle/setenv.sh映射到物理机。然后更改内部内容为:
CLASSPATH=/usr/local/tomcat/lib/webspoon-security-9.0.0.0-423-22.jar CATALINA_OPTS="-Dorg.apache.tomcat.util.buf.UDecoder.ALLOW_ENCODED_SLASH=true" JAVA_OPTS="-Duser.language=zh -Duser.region=CN -Dfile.encoding=UTF-8"
(第一行不变,增加下面两行)
重启docker

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants