> 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/order-limit/translation/translate-app-to-different-languages.md).

# Translate app to different languages

Samita Order Limit supports multi-language storefronts, allowing you to customize all app messages and text to match the languages used in your store. This is ideal for stores serving international customers or offering localized shopping experiences.

Follow the steps below to translate the app’s text into your preferred language(s).

***

### 🔧 How to Translate the App

1. From your Shopify admin, open the  Samita Order Limit app.
2. In the app’s left-hand menu, go to  Settings > Message Translation.
3. You will see a list of all translatable fields and messages.
4. Select the language you want to translate:
   * If the language already exists, click on it to begin translating.
   * If the language you want is not listed, click the ➕ Add New Language button.\
     Then choose the desired language from the dropdown and create a new translation set.
5. Enter the translated version of each field.
6. Click  Save to apply the translations.

🎉 Your translated text will now appear on the storefront for customers using that language.

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

***

### ✅ Notes

* The app supports multiple languages using Shopify’s native language detection system.
* Customers will see the appropriate language based on their selected storefront language.

***

Need help adding translations or have special formatting requirements? Contact us at <support@samita.io> - we’re here to assist!


---

# 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/order-limit/translation/translate-app-to-different-languages.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.
