# For Shopify (product, collection, filter, blog)

### 1. Install Shopify Translate & Adapt app

For product, pollection, plog: We use Shopify Translate & Adapt app to add content for multiple languages from Shopify Admin

You can install this app for your store here: <https://apps.shopify.com/translate-and-adapt>

### 2. Config Shopify market

From Shopify admin, go to **Settings > Markets > add your market** (you can add multiple markets from here).

This is example Markets config for Owen theme:

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

### 3.  Config Shopify language

From Shopify admin, go to **Settings > Languages > add your store languages** then public it.

This is example Languages config for Owen theme:

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

### 4. Translate your Shopify data (collection, product, blog...)&#x20;

Open Shopify Translate & Adapt app you have installed from step 1 then choose the content you want to add translation:

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

For example: add translate for product:

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

Note: If you want to add translate for blog, please add translate for blog handle with this format:

```
[language code]-[blog handle]
```

For example: "**journal**" is our default blog handle

So, the translate blog handle for Germany language should be: "**de-journal**"

See screenshot:

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


---

# 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://truestorefront.gitbook.io/owen-hydrogen-shopify-theme/setup-multiple-languages/for-shopify-product-collection-filter-blog.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.
