Changing Language

Changing Language in run time:-

You will find a Language selector in the header, click on that and select the language of your choice.

Changing Language in development mode (setting default Language):-

To set the default language, go to the following file:-

src/@crema/utility/ContextProvider/defaultConfig.js

In this file, you will find a property named 'locale' which is an object, you have to replace this object with any accepted value in order to set your language as the default language. You can get the list of accepted values by opening file having path:-

src/@crema/core/LanguageSwitcher/data.js

A screenshot of the data file is attached for the reference

Last updated