## Localization in requests


The Api is expecting the header "Lang-Code" in order to provide the contents in the correct language.

This value can be provided in the format, for example in english:

- en
- en-UK
- en-US

or portuguese:

- pt
- pt-PT

In the following scenarios the response will be provided in the default language:

- The header is not provided
- The header is provided but it's value is not in a recognisable format
- The header is provided but it's value is not included in the defined languages in the API
