[Neutrinos] [Alpha] [Community/Support Request] How to Import a JSON File with all the key - value pairs in the Language Module of Alpha at one go?

Hi Everyone,

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?

5 Likes

Hello @achintyakumar.shukla ,
First of all, welcome to Neutrinos!

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.

Sandbox config service language create api- Alpha Case Config Server

6 Likes

Hello @Sam ,
Thanks for the warm welcome!

Oh, that’s great. Let me try it out based on the documentation, and I’ll keep you posted.

Once again, thanks for your support.

4 Likes