🛍️
Owen Hydrogen Shopify Theme
  • Overview
  • Installation
  • Import Sanity Sample Data
  • Deploy to Production
  • Theme Settings
  • Mega Menu Settings
  • Sanity CMS Modules
  • Algolia Search
  • Other Features
  • Setup Customer Account API
  • Setup Multiple Languages
    • For Owen Theme
    • For Sanity CMS
    • For Shopify (product, collection, filter, blog)
    • For Algolia Search
  • FAQ
  • Custom Hydrogen Request?
Powered by GitBook
On this page
  1. Setup Multiple Languages

For Sanity CMS

This page will help you set up multiple content languages for CMS (Sanity)

PreviousFor Owen ThemeNextFor Shopify (product, collection, filter, blog)

Last updated 1 year ago

CtrlK
  • 1. Setup your language
  • 2. Deploy the language update to your Sanity Studio

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:

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:

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