We are new to Neutrinos Platform, and a warm hello to all.
While exploring the Alpha Platform during our training, when we add a new language in the language module, we have to enter the value for each key manually one by one. Is it possible to import a JSON file with all the corresponding key - value pairs at one go?
If this is possible then please do let us know, how we can achieve this feature in Alpha Studio?
Regarding your question — yes, it’s absolutely possible.
You can make use of the Config Service API (I’ll attach the documentation link below). Based on your environment, you can add multiple languages at once by specifying their respective languageKey, languageName, and dir (text direction). This way, you don’t have to add each language individually.