> For the complete documentation index, see [llms.txt](https://docs-en.shoppy.is/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-en.shoppy.is/shoppy-dashboard/settings/app-settings/language.md).

# Language

### Overview

The language of your Shoppy app is automatically determined by the **primary language** configured in your Shopify store. If you'd like to change the app’s language, you must first update the primary language in your Shopify settings.

### How to Change Your Store’s Primary (Default) Language

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

1. Log in to your Shopify Admin.
2. Navigate to **Settings > Languages**.
3. Under **Published languages**, click the **…** (ellipsis) next to the current default language.
4. Select **Change default** in the menu.
5. Choose a new default language from the dropdown and click **Save**.

Once this change is saved, your app’s language will reflect the newly selected primary language.

### Understanding the Default Language vs Market Language

* The **store’s default language** affects your Shopify admin, theme, and checkout experience
* Each **market** can have its own default language:
  * Go to **Settings > Markets > \[Select Market] > Languages and domains**.
  * Here you can **change the default language** for that specific market


---

# 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-en.shoppy.is/shoppy-dashboard/settings/app-settings/language.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.
