Hi.
I dont know why support waiting to do an easy translate application in multi-language as ever tools in the web. normally when i choose add language, scriptcase environement must give us initial translate with any tools translate or we co do it easily with upload file or Ai or anything else…
very hard and boring translate when an big scriptcase application.
Plz support do anything for translating. knowing the easy things in the web now it’s translating in any language.
I have asked them more than a dozen of times to move the translation outside of SC environment, so everybody can pickup their favorite method. It would be also easy to delegate translation to non-coder or AI. Simple CSV file would do the job. All we need is IMPORT/EXPORT inside SC. another approach is to store translations in internal SQlite, which we can access outside from SC generated App.
Netmake use methods from 50 years ago, when all the tools and methods we have/use did not exist.
The problem is that there are no tools or methods to push them do something most developers need. The only method I see are comments on YT videos, emails to the support and comments on the forum (which then have to be forwarded to real person in the company).
I agree with you, support must give us an urgent solution for translation. It s so shame to use an old method in this time and lost more time juste for translate. And the reason to shoose SC is gain time and not lose it.
Right now I can’t adding multi language to my application that i finished waiting for easy way.
Every one must write to support to do an urgent solution.
i asked the same years ago, if you check how easy to set up multi language support using AI , you ll be surprised. I switched to react and it has ready libraries for that. i use i18next. it extracts all texts , indexes them and does all the job, including the translation (ai powered)
A number of tools support editors
Use a platform like Crowdin, Lokalise, or Phrase. They provide a web UI for editors and sync with your codebase.
Option 2 Custom Admin Interface
Build a simple admin page in your app for editing translations.
- Create API endpoints to read/write translation files
- Build an admin UI page
- Add authentication/authorization
- Save changes back to JSON files or database