sample-spring-boot-api-service
sample-spring-boot-api-service copied to clipboard
Support internationalization of Swagger documentation
As an API developer, I would like to be able to localize the Swagger documentation that my API is generating.
- It is possible to define localization for text in the Springfox annotations
- The localization is chosen by the
Accept-Languageheader orlangquery parameter - Validation that Swagger UI component does not prevent the flow of
Accept-Languageheader from the browser to the API service - Swagger UI component localization is not part of the story
This issue has not been updated in a long time.
Is this feature available now?