Response language
Optional header Accept-Language: es or en. Spanish is the default.
Accept-Language: en
It affects API messages and validation errors:
"El campo amount es obligatorio." becomes "The amount field is required."
It does not affect routing errors (404 route not found, 405), which always arrive in English because the framework produces them before the application layer.
