PCI Data Security
MultiCards compliant with the PCI Data Security Standard since 2006. Read more
The language for an order page is set in the langcode field of the Page ID properties. When multiple languages are required you can add this code to your order page:
<select name="langcode">
<option selected>English</option>
<option value="it">Italian</option>
<option value="es">Spanish</option>
<option value="nl">Dutch</option>
<option value="fr">French</option>
<option value="de">German</option>
<option value="ru">Russian</option>
</select>