# 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/w4pOSGrQ1rd7JFbuorXN" 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: 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://docs.bird.com/applications/bird-documentation/language-support.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.
