I would like to know if there was a simple way of generating localized javadoc : I would like to have translated (for example in french) title and keywords instead of “return”, “parameter”, “class” in the html.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
As said by Matt Ball, you can provide the
-localeoption to javadoc to influence some things. The problem is that tools.jar only contains the default English and additionally one Japanese (ja) and one Chinese (cn_ZH) translation.I just tried the Chinese one, and it works: it writes 抛出: JSchException instead of Throws: JSchException.
So you would have to translate these to your language (if you don’t want one of these).
Some years ago I created an Esperanto translation of those resources for the then-current version (1.2 or such), if you are interested I could dig them out. (But it seems now they are using another format.)