Configure Locales

When working with multilingual content and translations, Cloud CMS will automatically provide a list of available locales. The full set is complete but lengthy. In many cases, you may wish to trim back this locale list so that your editors benefit from a shorter list and also an exact list of the locales that you wish to support.

You can specify this list per-project by editing your project JSON to include something like the following:

{
    ...,
    "locales": [{
        "code": "en_US",
        "title": "English"
    }, {
        "code": "zh_CN",
        "title": "Chinese"
    }, ...
    ]}
}

And so on.

These properties can be added through the Cloud CMS administration console by editing the JSON for your project. The administration console is available for managers or owners of your tenant on the left-hand menu.