Skip to main content

Localizing forms

Forms localization makes it possible to translate your forms from the base language to other languages. You can create forms with multiple languages, with the same structure as in the original language but with corresponding fields translated.

Before localizing your forms:

  • Define a translation map as part of the Celonis Studio translation. See Languages / translations.

  • Ensure all translations are prepared before sending the magic link to a contact.

You can localize a form using one of the following two methods:

Method 1: Using Action Flows

This method generates a magic link already set to a specific language. For more information, see Create Public Form Link.

Method 2: Using URL parameters

This method allows you to manually adjust the language of an existing magic link.

  1. Copy the generated Form magic link. See Create Public Form Link.

  2. Append the following parameter to the end of the URL:

    ?lang=(language key)
    • Example: To display the form in German, add ?lang=de.

  3. Distribute the modified URL to your users.

Tip

To give end-users more flexibility, you can control the ?lang= URL parameter using a button component within the Form. This allows users to toggle between available languages manually.

Related topics