# Multiple languages

Selling in multiple languages can increase sales by reaching customers all over the world. You can add multiple languages in your Shopify admin and use a translation app to translate your store content.

Once you set up multiple languages, customers can choose their preferred language with Cornerstone's language selector. Cornerstone also includes pre-packaged theme translations for 4 languages: French, German, Italian, and Spanish.

{% hint style="info" %}
If you have multiple languages enabled, **some sections and features require extra steps** to enter translated words into the theme editor, including the [Header's Mega navigation](/cornerstone/header/header/mega-navigation.md#add-multi-lingual-mega-navs), [product variant swatches](/cornerstone/product-pages/variant-options/variant-swatches.md), and [variant chips](/cornerstone/product-pages/variant-options/variant-chips.md).
{% endhint %}

## Add multiple languages to your store

***

Before adding new languages, make sure your store meets the [requirements for selling in multiple languages](https://help.shopify.com/en/manual/markets/languages#requirements).

<details>

<summary><mark style="color:blue;">STEPS</mark></summary>

In your **Shopify Admin**:

1. Go to **Settings** and click **Languages**.

   ![](/files/j4TyYqTXTIG3HyW90zK0)
2. Click **Add Language**. Select a language from the menu, then click **Next**.

   ![](/files/njDkuUdvZttTrzrzN5X9)
3. Select an [existing market](https://help.shopify.com/en/manual/markets/managing-markets#add-a-market) to add your language to, then click **Done**.

   ![](/files/YMQvH5AtRRTDOoP1Ra3N)

   > See Shopify's guide to [managing markets](https://help.shopify.com/en/manual/markets/managing-markets#add-a-market) to add and configure the countries and regions you sell to.
4. Under **Unpublished languages**, click **Edit** to add your translations before publishing them.

   ![](/files/s2kZp1JJyRPH3CRk089T)

</details>

## Add translation app to translate store content

***

**Translation apps** let you add and edit all store content, such as custom content added to your products, pages, and sections.

Cornerstone is compatible with Shopify's free [Translate & Adapt](https://apps.shopify.com/translate-and-adapt) app. The app fully integrates with and can be accessed through the theme editor.

{% hint style="info" %}
Other third-party translation apps are available on [Shopify's app store](https://apps.shopify.com/). Our theme support does not cover app integration. We recommend duplicating your theme before adding any apps and testing them thoroughly before purchasing. Please contact app developers for assistance.
{% endhint %}

### Install and use Translate & Adapt

***

![](/files/3FK3ZatfivhDf8myHLRw)

Download the [Translate & Adapt](https://apps.shopify.com/translate-and-adapt) app and follow the steps provided in the app and [Shopify's app manual](https://help.shopify.com/en/manual/markets/languages/translate-adapt-app).

All translations are organized by category, such as **Products**, **Pages**, and **Blog posts**. You can also edit translations included in all theme assets and theme sections.

When finished your translations, remember to go to **Settings > Languages** to publish your languages.

{% hint style="warning" %}
Tags on Shopify (such as product tags, article tags, and blog tags) cannot be translated.
{% endhint %}

### Install Geolocation app

***

You may also want to download a **geolocation app** to prompt customers to shop in their preferred language based on their location.

All updated Fluorescent themes are compatible with Shopify’s free Geolocation app. Download the [Geolocation app](https://apps.shopify.com/geolocation) and follow the steps provided in the app and [Shopify's app manual](https://help.shopify.com/en/manual/markets/international-domains/directing-customers/geolocation).

## Theme translations

***

Cornerstone includes 4 pre-packaged **theme translations** for French, German, Italian, and Spanish.

Theme translations are for text elements included in and controlled by the theme. All other content needs to be manually entered or auto-translated with a translation app.

In the **Translate & Adapt** app, you can add and edit translations for **Theme assets** and **Theme sections**.

![](/files/NSOROSepfOyWVV4QBlNk)

### **Enable language selector**

***

Customer's can select their preferred language by using Cornerstone's **language selector**.

The selector will appear when languages are added and published.

To disable the language selector, click on the **Announcement bar** or **Footer** sections in the theme editor. Click to uncheck **Enable language selector**.

## Fixing translations errors

***

In some theme strings, code with curly brackets (**`{{ code }}`**) are included to dynamically show the correct content on your site.

If you're using an app that auto-translates your store content, errors can occur when code is translated. For example, the code **`{{count}}`** shows the number of search results. If "count" is translated to another language, the code will not work.

![](/files/t22VvUT8gS1rtqfCGWBf)

In **Translate & Adapt**, open **theme assets** and use the search bar to find strings with a curly bracket **`{`**. Re-add the code in the 'English' column to the translated language column.

![](/files/wj0TWcQm6eRn8QuYAtxu)

\\

***

> **Related links**
>
> [Edit default theme content](/cornerstone/general/adapting-your-theme/edit-default-theme-content.md)\
> [Unique content for markets](/cornerstone/general/adapting-your-theme/unique-content-for-markets.md)


---

# 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://help.fluorescent.co/cornerstone/general/adapting-your-theme/multiple-languages.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.
