How to localize IntelliJ idea?
I did a localized jar - resources_ja.jar for version 12.1.2. Then I added -Duser.language=ja to the idea64.exe.vmoptions file.
It worked for
- Property files
- Tips of the day
but it didn't work for
- Inspection descriptions
-
Intention descriptions and samples
-
File templates
Please sign in to leave a comment.
Hello,
Not all IJ resources are internalized. I.e. you can change those which are backed by resource bundles but not hard-coded strings (e.g. inspection descriptions are bundled as *.html files and no internationalization is provided for them).
Denis
Hi,
Where can I find the available internationalisations?
Denes