Open
Description
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-Language
header orlang
query parameter - Validation that Swagger UI component does not prevent the flow of
Accept-Language
header from the browser to the API service - Swagger UI component localization is not part of the story