> 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/b2b-bulk-order/features/translations.md).

# Translations

Go to **Settings > Translations** to translate every piece of text your customers see in Quick Order Form, Collection Quick Order, and Variant Table, plus stock labels and cart toasts.

Your store's default language (**English (Default)**) is always published and can't be deleted or unpublished.

## Adding a language

Click **Add language**, choose a locale from the list of languages your store supports, then confirm. Available locales: English, Chinese (Simplified), Chinese (Traditional), Czech, Danish, Dutch, Finnish, French, German, Italian, Japanese, Korean, Norwegian Bokmål, Polish, Portuguese (Brazil), Portuguese (Portugal), Spanish, Swedish, Turkish.

The list shows each language's status — **Published** or **Not published** — with a toggle to switch it, plus edit and delete actions (delete is hidden for the default language).

{% hint style="warning" %}
Only published languages are shown to customers on the storefront.
{% endhint %}

## Editing translations

Open a language to edit it. Pick a **Section** to work on:

* Quick Order Form Table
* Quick Buy Collection
* Quick Buy Variant
* Stock
* Toast

Each section groups its strings (for example: Widget, Cart widget, Success toast, Error toast, Accessibility, Sort and filter, Stock, File upload, Messages, Other). Every row shows the read-only **English (Default)** source text next to an editable **Translated** field.

Set the language's **Status** to **Published** when you're ready for customers to see it (this is locked to Published for your store's default language).

<figure><img src="/files/oHr296AlsbuRmVDsKs0k" alt="Translation edit form"><figcaption><p>Editing a translation section</p></figcaption></figure>

Saving shows **"Translation updated"**, or **"Unable to save translation"** if something goes wrong.

{% hint style="info" %}
The storefront picks a translation by matching the shopper's browser/store locale first, then falls back to your store's default language if no exact match is published.
{% 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://docs.samita.io/b2b-bulk-order/features/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.
