> For the complete documentation index, see [llms.txt](https://help.smartrr.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.smartrr.com/docs/support/admin-portal/translations.md).

# Translations

Last updated: May 14, 2025

In your Smartrr admin, navigate to **Theming** > **Translations**.&#x20;

<figure><img src="/files/q5vS10W87ctdiylAN1ac" alt=""><figcaption></figcaption></figure>

### Customer Account Portal Language

Use our 1-click translation feature to quickly change all copy in the Customer Account Portal to:&#x20;

* English&#x20;
* French&#x20;
* Spanish
* Portuguese

When selecting a new language, make sure to save and publish to your preferred theme:&#x20;

<figure><img src="/files/SPeRnXS2asDbjwlckfvx" alt=""><figcaption></figcaption></figure>

### Overrides

You can use overrides to change one-off instances of text in the customer account portal. For example, you might want to change "Next Order" in your Subscriptions section to say "Upcoming":

<figure><img src="/files/BsusGemIvAJwN02YuyDe" alt=""><figcaption></figcaption></figure>

Use our Quick Jump tool to find the section you're looking for. Or, use **⌘F** to quickly search for the term you're looking for on the Translations page.&#x20;

<figure><img src="/files/vm1zWWet9f4f5Of1yQaR" alt=""><figcaption></figcaption></figure>

Edit text in the **Override text** field by turning the toggle **ON**.&#x20;

<figure><img src="/files/4EX1BJi866xcra2KOGYC" alt=""><figcaption></figcaption></figure>

Don't worry—your text is cached when you toggle the field OFF/ON:&#x20;

<figure><img src="/files/IySU9xsZQTfy8xsmOiFU" alt=""><figcaption></figcaption></figure>

Once you're done with your overrides, make sure to save and publish to your preferred theme:&#x20;

<figure><img src="/files/LWv4MNyljX9KgZ7phC92" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
**Note:** There are some copy instances that include variables. These are indicated with a double asterisk (\*\*). We recommend not removing these variables from your overrides. However, if you do accidentally delete, you can always reference the original text in the **Original (translated) text** field.\
\
Example:&#x20;

<img src="/files/vLVlK3Pg2tAnDMsNQoC4" alt="" data-size="original">
{% 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, and the optional `goal` query parameter:

```
GET https://help.smartrr.com/docs/support/admin-portal/translations.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
