Edit language Modern Platfrom

M Kareem 3 years ago

Good morning everyone.

Can you please help me how I can compile the Web subfolder that contains the |n10 folder after editing the language file?

For the Modern folder, I am compiling using Yarn and then deleting the modern folder and replacing it with the new build folder and everything goes very well.

But how can I do that for the Web folder?

Anton Tananaev 3 years ago

Are you asking about the modern app or the legacy app? Because the web subfolder is for the legacy app.

M Kareem 3 years ago

Hello Anton,

So if the web subfolder is for the legacy app, how can I edit the language in the Modern App? which folder contains the languages in the Modern App?

Regards,
M Kareem

Anton Tananaev 3 years ago
M Kareem 3 years ago

Great and how can I remove the supported language and remain only English? As I understood that I have to edit the load.js file, but I couldn't find that file in the Modern App, only found it in the web subfolder which belongs to the legacy App.

Anton Tananaev 3 years ago

Modern app doesn't have any load.js. That's again from the legacy app. I would recommend checking where the localization files are used in the code and that should give you an idea on what and where to remove.

M Kareem 3 years ago

Thank you so much for your help, you are the best.