Skip to main content
Internationalization is the process of designing your project to support multiple languages and regions. It will be provided by Experro’s basetheme, integrated for the default channel in English - United States with the language code en-us. you can take a look at the main configoration files, under
en.json Contains, It will have just normal json object like,
index.ts
When creating a new config file for another language, remember to add an entry in the index.ts file of the locale folder.
That’s all for setting up internationalization and configuration. Here’s how you can use internationalization during theme development:
That’s all—it’s that easy to use!