Thanks for reading this.
I am looking to provide i18n in my Spring-Shell application. Specifically, I am looking for the ability to print the help messages within the @CliOption in different languages depending on the locale. I have not found any concrete examples of how this can be done out of the box. I have looked the code and I do see a locale converter. Not sure if this will suffice though.
Does Spring-Shell support i18n out of the box ? Any help/tips/pointers to resources related to this matter will be highly appreciated.
Thanks.