# 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
function BillInfo(BILL)
    return "Reason : ~b~"..BILL.TITLE.."~s~.\nType : ~g~"..BILL.TYPE.."~s~\nAmount : ~g~"..BILL.PRICE.."$~s~."
end

SHARED.LOCALE = {
    CURRENCY = "$~s~.",
    SEND = "You have successfully sent the request.",
    RECEIVER_PAY_SUCCESS = "You have paid the bill for : ~b~",
    SENDER_PAY_SUCCESS = "The person has paid the bill for : ~b~",
    UNEMPLOYED_ACCESS = "Your job does not accept bills.",
    RECEIVER_PAY_FAILED = "~r~You don't have enough money to pay.",
    NO_PLAYER_CLOSEST = "~b~Nobody around\n~w~Get closer.",
    REFUSE_ACTION = "You have ~r~canceled~s~ this ~r~action~s~",
    ACTION_CLOSEST = "Press ~g~E~s~ to confirm~n~Press ~b~A~s~ to change the target~n~Press ~r~X~s~ to cancel",
    REFUSE_RECEIVER = "You have ~r~refused~s~ to pay ~r~the bill.~s~",
    REFUSE_SENDER = "The ~r~person~s~ has ~r~refused to pay~s~ the bill",
    NEEDED_ACTION = "~r~You must accept or refuse.",
    ACCEPT_OR_REFUSE = "Accept: ~g~Y ~s~or Refuse: ~r~X~s~.",
    SENDER_PAY_FAILED = "~r~The person does not have enough money to pay the bill."
}
```


---

# 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/bill/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.
