# Supported Languages

On endpoints that support the `LanguageCode` parameter, use a 2-letter code as defined by the [ISO 638-1](https://en.wikipedia.org/wiki/List_of_ISO_639_language_codes) standard to return data in the specified language. Variations of base languages use a variant indicator, for example, "en-us" to specify United States English variant.

{% hint style="info" %}
When data is not available in the specified language RentalCover will default to English.
{% endhint %}

| **Code** | **Language**            |
| -------- | ----------------------- |
| `en`     | English (default)       |
| `en-us`  | English (United States) |
| `ar`     | Arabic                  |
| `bg`     | Bulgarian               |
| `ca`     | Catalan                 |
| `cs`     | Czech                   |
| `da`     | Danish                  |
| `de`     | German                  |
| `ee`     | Estonian                |
| `el`     | Greek                   |
| `es`     | Spanish                 |
| `fi`     | Finnish                 |
| `fr`     | French                  |
| `he`     | Hebrew                  |
| `hk`     | Hongkong                |
| `hr`     | Croatian                |
| `hu`     | Hungarian               |
| `id`     | Indonesian              |
| `is`     | Iceland                 |
| `it`     | Italian                 |
| `ja`     | Japanese                |
| `ko`     | Korean                  |
| `lt`     | Lithuanian              |
| `lv`     | Latvian                 |
| `my`     | Malay                   |
| `nl`     | Dutch                   |
| `no`     | Norwegian               |
| `pl`     | Polish                  |
| `br`     | Brazilian Portuguese    |
| `pt`     | European Portuguese     |
| `ro`     | Romanian                |
| `ru`     | Russian                 |
| `sk`     | Slovakian               |
| `sl`     | Slovenian               |
| `sr`     | Serbian                 |
| `sv`     | Swedish                 |
| `sw`     | Swahili                 |
| `th`     | Thai                    |
| `tr`     | Turkish                 |
| `uk`     | Ukrainian               |
| `vi`     | Vietnamese              |
| `zh`     | Chinese                 |


---

# 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://partner-docs.covergenius.com/rentalcover/supported-languages.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.
