Have an option to set the `Content-Language` in the response: ``` php $response->getHeaders()->addHeaderLine('Content-Language', 'da'); ```