# Localization

To receive localized error messages from API server, add `Accept-Language` header to each HTTP request.&#x20;

Following culture codes are supported:

<table><thead><tr><th>Header value</th><th>Description</th><th width="237.66666666666666" data-type="checkbox">Is default</th></tr></thead><tbody><tr><td><code>en-GB</code></td><td>English - United Kingdom</td><td>false</td></tr><tr><td><code>sk-SK</code></td><td>Slovak - Slovakia</td><td>true</td></tr></tbody></table>

If `Accept-Language` header is not speficied, or contains unsupported value, default language is used.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developers.portos.sk/localization.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
