HomeGuidesRecipesAPI
HomeGuidesAPILog In

Form Translations

It is possible to provide translations for terms displayed to the user in Produce allowing forms to be presented in the user’s preferred language and culture. Languages are controlled via the user’s profile or overwritten by the passing a value on the query string (e.g. ?lang=es-ES).

🚧

Infiniti does not automatically translate the text configured in Design, translations must be provided by the form Designer.

Depending on what translations have been provided Infiniti will prioritize terms targeted at the users specific culture, then their generic language and lastly the default provided in Design. For example a French Canadian user would receive as a priority any French Canadian specific terms then then generic French and lastly an English default.

How to Configure Translations

Open an appropriate project in Design. Click the properties icon and navigate to Language Translations.

1204

Click the Export Language Translation Button. Infiniti will generate a CSV file for download providing all the terms available for translation, some descriptions of their nature in the form the default terms and any existing translations that have been provided. The file can be edited in any text editor or excel.To provide translations provide a column for each language or culture you want as in the example below.

1124

With the translation file completed return to Design and use the Import button to upload the saved file. A summary will display for each language provided in the file.

665

Save the project in Design and run the form in Produce, change your user's Profile or use the query string parameter to change the form's language e.g. ?lang=fr-CA.

659