jcommander icon indicating copy to clipboard operation
jcommander copied to clipboard

internationalization for usage and exceptions

Open coopstah13 opened this issue 12 years ago • 0 comments

Internationalization works for our code, @Parameters, @Parameter, but none of your code is internationalized and there is no support for it.

Specifically in a case where I'm printing out the usage, it will always print out in english. When a parse exception occurs, such as if a required option is missing, it prints out in english that an option is missing.

Is there any plan on supporting this? It seems someone a year ago attempted to do it: #114

Disclaimer: I have not gone through above pull request, only found it by searching repository for an issue asking for this feature.

coopstah13 avatar Nov 06 '13 18:11 coopstah13