How to localize inspection description html file
Answered
I am developing some code inspection, and I found that names and quickFix can be localized by the bundle file which with suffixes.like myBundle_zh_CN.properties, but It seems that the description file cannot be localized in a similar way. I want to know What is the localization way of the description file?
Please sign in to leave a comment.
Hi,
There is no official way to do it, but you can try the solution described here: https://www.plugin-dev.com/intellij/general/plugin-localization/#inspections. Please keep in mind that this is not an official solution and it may break in the future.