Application language Translation

hi everyone,
i just finish script who can translate based on google translate (free API)(you can use private API). you need just enter a principal language and let him detect and translate and fill empty words directly in Application language.
in my exemple. i writre just frensh and he do auto translate in the same time in 3 languages EN,SP,AR.
i can do it for more languages in the same time.
if someone like it and want it. i can develope a script for him, just send me screen of his language using.
that’s video sceen to show how it works.
sample video

Note : i used extension ‘Tampermonkey’ for browser Edge or Chrome.

Very nice job ! Compliments. Do you know if something like this will be implement on next SC release ?
In my case it could be english, italian, spanish, french

Thanks bro…
i write them many time to create an easy solution for Application translation… it’s boring to translate fields by fields…i told them to developpe something like auto translate when you add language or AI stranslate or somethings like i do.
waiting for support to do it… if you want my method i can send you script or i can remote access if you have issue to do it. i need just juste screen shoot of your language app to see who’s the 1st,2nd… languages.

Hello,
after some researches I found where SC write the translations in different languages.
C:\Program Files\NetMake\v9-php81\wwwroot\scriptcase\devel\conf\grp[Project_Name]\lang\

Within the directory you can find en_us.lang, es.lang… it.lang and so on .
The best way it would be to make a script that take the reference language file and then make all the other versions based on the rule reported above.