My Eclipse 2024-12 runs on a macOS with the default locale of de_CH, but for a project, I need to generate the JavaDoc in english. The Eclipse export has the following settings:
but the generated Javadoc is still in the language de_CH.
There are no errors shown while generating the HTML files.
What did I wrong?


javadocexecutable you use: bugs.openjdk.org/browse/JDK-8222793 Please try whether-locale en_USis working on the command line.