> ## Documentation Index
> Fetch the complete documentation index at: https://developers.safarapi.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Localization

> Requesting catalogue content in French, English, or Arabic

Catalogue content (adventure titles, descriptions, category and destination
labels) is available in three languages. Select one with the `Accept-Language`
request header.

| Value | Language         |
| ----- | ---------------- |
| `fr`  | French (default) |
| `en`  | English          |
| `ar`  | Arabic           |

```
Accept-Language: en
```

* Applies to **catalogue labels only** — search, adventure detail, categories,
  destinations.
* It does **not** localize errors: `Error.message` is always English (for your
  logs); branch on the stable [`code`](/api-concepts/errors) instead.
* Unsupported or missing values fall back to `fr`.

<Note>
  Arabic content is right-to-left. If you surface catalogue text in your banking
  app, set the text direction from the requested language, not from the response.
</Note>
