> For the complete documentation index, see [llms.txt](https://doc.var-fivem.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.var-fivem.com/theme-translate/change-language.md).

# Change language

{% hint style="info" %}
Changing the interface language is even easier than changing the theme
{% endhint %}

## Traduction

{% tabs %}
{% tab title="web/build/locales/traduction.json" %}

```json
[
    {
        "title": "Bill",
        "description": "Fill in the fields to send your invoice.",

        "required_type": "Payment type needed.",
        "required_reason": "Reason needed.",
        "required_amount": "Amount needed.",
        "required_method": "Payment method needed.",

        "payment_type": "Payment type",
        "personal": "Personal",
        "society": "Society",

        "payment_method": "Payment method",
        "bank": "Bank",
        "cash": "Cash",

        "reason" : "Invoice reason",
        "amount": "Invoice amount",

        "confirm": "Valid the invoice"
    }
]
```

{% endtab %}
{% endtabs %}

{% hint style="danger" %}
Be careful not to change the keys but only their values, for example the title which is "Bill"
{% endhint %}


---

# 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:

```
GET https://doc.var-fivem.com/theme-translate/change-language.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.
