> For the complete documentation index, see [llms.txt](https://docs.bird.com/applications/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bird.com/applications/bird-documentation/language-support.md).

# Language support

### Supported languages

The Bird app is available in the following languages:

| Language              | Locale code |
| --------------------- | ----------- |
| English               | en          |
| Portuguese (Portugal) | pt-PT       |
| Portuguese (Brazil)   | pt-BR       |
| Dutch (Netherlands)   | nl-NL       |
| German (Germany)      | de-DE       |
| French (France)       | fr-FR       |
| Spanish (Spain)       | es-ES       |
| Russian (Russia)      | ru-RU       |

### How it works

The app detects your preferred language from your browser settings and displays the interface in that language. All static text will be translated with correct locale rules for currency, plurals, and number formatting.

If you set a preferred language in the app, that setting takes priority over your browser language.

[Learn how to change your browser language →](https://support.google.com/accounts/answer/32047?hl=en\&co=GENIE.Platform%3DDesktop)

### Set your preferred language in Bird

You can also set your preferred language directly within Bird, independent of your browser settings.

1. Click your profile icon in the bottom left corner of the screen.
2. Click **Profile -> Profile Settings**
3. Under **Language**, select your preferred language from the dropdown.
4. Click **Save**.

Your language preference will be applied immediately.

<figure><img src="/files/hAaofzntT0uOF2tdu4Nx" alt=""><figcaption></figcaption></figure>

### Good to know

Some dynamically loaded content, such as custom pages and dashboards pulled from the API, may not yet be translated. We're continuing to expand translation coverage over time.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.bird.com/applications/bird-documentation/language-support.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
