Saasco Multilingual Translation is built around the hardest part of running a multilingual site: what happens after the first translation.
Getting a site into two languages is the easy part. Keeping them in sync is not: you fix a typo in the source, and suddenly a whole page is marked for review — or a full retranslation wipes out your manual corrections. Saasco Multilingual Translation tracks each block separately, so it can tell you which two paragraphs changed, and touch only those.
The translation engine never sees your HTML. It gets a sentence with lightweight position markers — Order <0>today</0> — and never the classes, URLs or data attributes around it. That is why Saasco Multilingual Translation cannot break your layout: it never touches it.
Everything lives in your own WordPress database as ordinary posts. No external server sits in your page rendering. Nothing disappears if you stop paying for anything — there is nothing to stop paying for on the free plan, and even the PRO licence only ever controls updates and support.
Saasco Multilingual Translation makes no external requests while rendering your site, and none at all unless you connect a machine-translation provider yourself. If you do, the plugin sends the text of the segments you ask it to translate (with lightweight position markers, never your HTML, URLs or attributes), plus the source and target language codes, to the provider you configured, using the API key you provide. This happens only when you or a background job you started requests a machine translation, and when you test the key on the settings screen.
Your API key is stored encrypted in your own database and is sent only to the provider it belongs to. Saasco Multilingual Translation has no server of its own in this flow and never receives your text, your key or your usage.
The admin interface is built with @wordpress/scripts. The human-readable sources are shipped in the assets/ directory of this plugin; build/ contains the compiled output. Rebuild with npm install && npm run build in the plugin root.