> For the complete documentation index, see [llms.txt](https://docs.samita.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.samita.io/sa-request-a-quote/advanced-settings/translation.md).

# Translation

With this **Translation** setting in **SA Request a Quote**, you can edit the content of the app’s default texts like **Quote button text, Quote popup form texts..** and **add translations** for the text if your store supports **multi-languages/countries**. Kindly follow this document to find the setting and know how to set it up.

**Step to manage:**

1\. Go to **Advanced Settings** page > **Translation** tab > Choose one section you want to **edit and** **add language** for the text:

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

For example, I want to change the **Quote button text** and **add Danish translation** for it. Kindly click on **General translate** setting:&#x20;

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

2\. Edit the text to the content you like and click **Save**:

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

3\. Click **Add language** > Choose the language you want, e.g: Danish:

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

4\. In the **Danish translation tab**, edit the Quote button text into Danish:

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

5\. Click **Save** and check the result in the front store:

English site:&#x20;

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

Danish site:

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

***\*Note:***

***If your store’s default language is already Danish (or any languages that is not English), you don’t have to add translation for that language anymore. Just edit directly in the default language tab in the app:***&#x20;

<figure><img src="/files/0ZYTgDl0xoRcAoLeubjB" alt=""><figcaption></figcaption></figure>


---

# 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://docs.samita.io/sa-request-a-quote/advanced-settings/translation.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.
