Available on Premium Plan and above
The Multiple Languages feature lets you create a single promotion and translate it into multiple languages—without needing to duplicate your campaign.
Each language appears in a dropdown at the top of your promotion, allowing users to easily switch to their preferred language.
Add a language
Before adding a language, make sure your promotion setup is complete and finalized.
To add a new language:
Go to your promotion
Click More → Add Language
Add and configure your translation
Set a default language
To control which language appears first on your entry form:
Drag your preferred language to the top of the language list in your promotion
This language will display by default across all embedded instances of the form
Force a language via URL
If you’re linking to your promotion from different sources (e.g., emails or ads), you can force a specific language using a URL parameter.
How it works
Add the following parameter to your promotion URL:
&vs_language=ID
Replace ID with the language ID.
How to find the language ID
Click Edit on the language
Look at the browser address bar
Copy the language ID from the URL
Force a language on page load (embedded forms)
If your promotion is embedded across different pages (e.g., /en and /fr), you can automatically display the correct language based on the page.
Example
yourwebsite.com/en→ English promotionyourwebsite.com/fr→ French promotion
How to set it up
Add this script above your promotion embed code:
<script>
var vs_language = '13875';
</script>
Replace 13875 with your language ID.
When should you use each option?
Default language (drag & drop): Best for a primary fallback language
URL parameter: Ideal for email campaigns, ads, or direct links
Page load script: Best for multilingual websites with dedicated language pages
Need help?
If you have any questions, click the chat icon in the lower-right corner to connect with our support team.
