0

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?

Helen
  • 77
  • 1
  • 4
  • 13

2 Answers2

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
1

In Android Studio you can input en in the locale input box:

click here to see the picture

Community
  • 1
  • 1