The JavaDoc I generated are in Chinese. However, my comments are in English. I want to generate a whole English version JavaDoc. How to change the language to English? The default language in my laptop and Eclipse are all Chinese, will these effect the generation of JavaDoc?
Asked
Active
Viewed 2,699 times
0
-
How are you generating the Javadoc? – Tunaki Dec 12 '15 at 10:48
-
You may find [this](http://stackoverflow.com/questions/1482392/how-to-create-multi-language-javadocs) helpful. Hope it helps you. – Alejandro Cortes Dec 12 '15 at 10:50
-
Please don't add the solution into the question. Create an own answer for it. – Tom Dec 12 '15 at 10:57
2 Answers
1
I have just fixed this problem. Right click the project in Eclipse.
Export - java - javadoc - next - next - next - extra Javadoc option - enter "-locale en_US".
Then the JavaDoc are in English !

Helen
- 77
- 1
- 4
- 13