Localization
The template system allows you to translate your order forms into any language. Then you would use a parameter, lang=, to allow the system to select different templates at purchase-time by uploading and assigning a Language Tag to each template.
SWREG also manages template localization in German, French, and Italian. If you are using the default template we automatically show German, French, and Italian customers the order form in their native language. If you utilize custom or global templates you have the opportunity to implement the SWREG manages localized templates. There are a few requirements to take advantage of the localization:
- Custom and global template must be using the Version 2 of the order form
- All English text must be wrapped in [GETTEXT="some text here"] as the
GETTEXT is where we will insert the translation to the languages we manage.
Example: ###CONTINUE([GETTEXT="Proceed to next step"],###IMAGE(button_secure_checkout.gif)###)###
The localization also allows you to provide localized images, product names, variations, and delivery methods.
Details on how to do this are here.
