Skip to main content

Introduction

Thanks to the support for multiple languages in Oneentry Headless CMS, you can flexibly customize your dashboard interface and conveniently manage languages in your project. In this section, you will learn about the principles of working with languages.

const config = {
token:'your-app-token',
};
const { Locales } = defineOneEntry('your-url', config);