# For Sanity CMS

### 1. Setup your language

Edit ***./languages.js*** file from root folder of your Sanity Studio then add your default languages and list of other languages you want to use for your store.

For example: Our store uses English as default language and have some other languages: Germany, Japan. So, the ./languages.js file look like this:

<figure><img src="https://1630269672-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FHRzzWAbPS2llHIRPwbcd%2Fuploads%2FE34fB3aZVc5NNccernla%2Fsanity-multiple-config1.png?alt=media&#x26;token=0824bba2-1807-46ae-ba88-83543e3534c1" alt=""><figcaption></figcaption></figure>

### 2. Deploy the language update to your Sanity Studio

Open terminal from the root folder of your Sanity Studio source code then run the command below to deploy it:

```
npm run deploy
```

After deploy is complete, your Sanity Studio look like this:

<figure><img src="https://1630269672-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FHRzzWAbPS2llHIRPwbcd%2Fuploads%2Fh6YuJg5Nf8OQKGmaYdIx%2Fsanity-multiple-language.png?alt=media&#x26;token=50fc10d1-7e98-44e8-bd94-472aff8771b2" alt=""><figcaption></figcaption></figure>

From now, you can add multiple content for each language. Owen theme supported adding multiple content language for some types: Homepage, Pages, Menu, Settings.
