# Translate

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

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

```lua
Shared.Locale = {
    NotAllowed = "You are not authorized to use society management",
    CantPay = "You don't have enough money to pay this bill",
    SucessPaid = function(Id, Amount) return "You have just paid invoice number "..Id.." of "..Amount.."$" end,
    SucessPaidSender = function(Name, Amount) return Name.." just paid the bill for "..Amount.."$" end,
    InvoiceReceive = function(Amount) return "You received an invoice for "..Amount.."$" end,
    RevokeBillTarget = function(Id, Value, LastName) return "Invoice No."..Id.." of "..Value.."$ was deleted by agent "..LastName end,
    RevokeBillSource = function(Id, Value, OwnerName, SenderName) return "You have deleted invoice No."..Id.." from "..Value.."$ issued to "..OwnerName.." by "..SenderName end
}
```


---

# 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/society-manager/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.
