# Translate

{% hint style="info" %}
To change the interface and also notifications go here&#x20;
{% endhint %}

{% content-ref url="/pages/CJLrFhhrwGWSZzdCCWTQ" %}
[Change language](/theme-translate/change-language.md)
{% endcontent-ref %}

```lua
CarDealer = {
    Locale = {
        TopNotification = "Press ~INPUT_CONTEXT~ to access the catalog",
        StopTrial = "Press ~INPUT_CELLPHONE_CANCEL~ to stop the trial",
        VehicleRegister = "The vehicle is ready and available for use",
        NotEnoughtMoney = "The company does not have enough money to purchase this vehicle, bill the customer first",
        SpawnPointError = "Spawn point is not available"
    },
}
```


---

# 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://doc.var-fivem.com/autocardealer/configuration/translate.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.
