Some problems when translating to Chinese.
First I add some code to the idea.exe.vmoptions file as following:
-Duser.language=zh
-Duser.region=CN
Then I create a new resources_cn.jar file which contains all Chinese resource files. and directory strutcture as following:
fileTemplates_zh_CN
inspectionDescriptions_zh_CN
.....
messages
ActionsBundle_zh_CN.properties
......
But IDEA still does not load Chinese resource files, and interface is stall English. Can you give some suggestions to implement Chinese localization?
2 Comments
Anonymous
Some problems when translating to Chinese.
First I add some code to the idea.exe.vmoptions file as following:
-Duser.language=zh
-Duser.region=CN
Then I create a new resources_cn.jar file which contains all Chinese resource files. and directory strutcture as following:
fileTemplates_zh_CN
inspectionDescriptions_zh_CN
.....
messages
ActionsBundle_zh_CN.properties
......
But IDEA still does not load Chinese resource files, and interface is stall English. Can you give some suggestions to implement Chinese localization?
Maxim Shafirov
It should be -Duser.country=CN not -Duser.region=CN