# Language codes

We use the ISO 639-1 codes for language settings. Examples are `Site.language_code` and the language codes used in text translation tables. We generally support the language code plus the regional dialect.

**Examples:**

* English - `en`
* English (United Kingdom) - `en-gb`

## Reference of ISO codes

Use the 639-1 column as reference.

{% embed url="<https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes>" %}


---

# 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://api-docs.devhub.com/advanced/language-codes.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.
