> For the complete documentation index, see [llms.txt](https://truestorefront.gitbook.io/owen-hydrogen-shopify-theme/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://truestorefront.gitbook.io/owen-hydrogen-shopify-theme/setup-multiple-languages/for-owen-theme.md).

# For Owen Theme

### 1. Update Countries Data

Edit ***app/data/countries.ts*** then add all languages that your store supported:

For example:

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

### 2. Create Translation Files

Create translation files in ***app/assets/locales/{language-code}/common.json*** to add translate tex&#x74;***.*** For example:

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

### 3. Modify languages configuration

Update **languages.config.ts** from root folder of Owen theme to setup all languages for your store:&#x20;

* Import all languages you have created in Step 2.
* **defaultLng:** default language code. Ex 'en'
* **supportedLngs:** all languages code used in your store.
* **lngResources**: list of translation file you have created in Step2.

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

### 4. Add country flag images

Update or add new country flag in ***public/flag/{language-code}.svg***

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

You have completed setting up all languages for the Owen theme.
