Quickstart
Go multilingual in three steps
Lingvit adds languages to any website through a single embedded widget. This guide gets you from zero to translated in three steps.
1. Install the widget
Paste this snippet right before the closing </body> tag on every page you want translated.
<script src="https://cdn.lingvit.com/widget.bundle.js?v=1" async></script>2. Configure your project
Set your project id and target languages before loading the widget. You can find your project id in the dashboard.
<script>
window.lingvit = {
projectId: "prj_your_id",
languages: ["en", "es", "de"],
};
</script>
<script src="https://cdn.lingvit.com/widget.bundle.js?v=1" async></script>3. Publish
Deploy your site as usual. The widget detects the visitor's language, fetches translations from the Lingvit API, and swaps text in place — caching results for everyone who follows.