# 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: 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:

```
GET https://docs-en.shoppy.is/shoppy-dashboard/settings/app-settings/language.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
