> ## Documentation Index
> Fetch the complete documentation index at: https://formbricks.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Multi-language Surveys

> Create surveys that support multiple languages using translations. This helps you reach a diverse audience without making separate surveys for each language. It also simplifies survey creation, delivery, and analysis for multilingual audiences.

How to deliver a specific language depends on the survey type (app or link survey):

* App & Website survey: Set a `language` attribute for the user. [Read this guide for App Surveys](#app-surveys-configuration)

* Link survey: Add a `lang` parameter in the survey URL. [Read this guide for Link Surveys](#link-surveys-configuration)

<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/Vol5zjYIoos?si=bdP2y3uk8-xR0uSD&controls=0" title="Formbricks Multi-language Surveys" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen />

***

## Creating a Multi-language Survey

<Steps>
  <Step title="Configure Survey Languages">
    Go to Configuration and open the **Survey Languages tab**:

    <img src="https://mintcdn.com/formbricks/-OXulQKHaX30TsqK/images/xm-and-surveys/surveys/general-features/multi-language-surveys/project-configuration.webp?fit=max&auto=format&n=-OXulQKHaX30TsqK&q=85&s=b2a614b314a8a0745a3cdd69a00e8ddb" alt="Survey Configuration" width="2880" height="918" data-path="images/xm-and-surveys/surveys/general-features/multi-language-surveys/project-configuration.webp" />

    Click on the **Edit languages** button to add a new language to your survey.

    Select the preferred language from the dropdown and assign an identifier Alias. Click the **Add language** button to add the language to your project:

    <img src="https://mintcdn.com/formbricks/-OXulQKHaX30TsqK/images/xm-and-surveys/surveys/general-features/multi-language-surveys/add-languages.webp?fit=max&auto=format&n=-OXulQKHaX30TsqK&q=85&s=2579babcd45fcdbd3d95fe0d9cfb4f0d" alt="Add Multiple Languages to your Project" width="2886" height="1122" data-path="images/xm-and-surveys/surveys/general-features/multi-language-surveys/add-languages.webp" />

    You can come back to this page anytime to add more languages or remove existing ones.
  </Step>

  <Step title="Create or Edit Your Survey">
    Return to the dashboard to create a new survey or edit an existing one:

    <img src="https://mintcdn.com/formbricks/-OXulQKHaX30TsqK/images/xm-and-surveys/surveys/general-features/multi-language-surveys/surveys-home.webp?fit=max&auto=format&n=-OXulQKHaX30TsqK&q=85&s=39d8d158ddeb311b4fef01c307bd9ce4" alt="Survey Overview" width="2506" height="730" data-path="images/xm-and-surveys/surveys/general-features/multi-language-surveys/surveys-home.webp" />
  </Step>

  <Step title="Enable Multi-language Support">
    In the survey editor, scroll down to the **Multiple Languages** section at the bottom and enable the toggle next to it:

    <img src="https://mintcdn.com/formbricks/-OXulQKHaX30TsqK/images/xm-and-surveys/surveys/general-features/multi-language-surveys/enable-multi-lang.webp?fit=max&auto=format&n=-OXulQKHaX30TsqK&q=85&s=7adb07e648ebd6fe279e0d4cfb7619ee" alt="Enable Multi-language for a survey" width="1898" height="923" data-path="images/xm-and-surveys/surveys/general-features/multi-language-surveys/enable-multi-lang.webp" />

    Choose a **Default Language** for your survey.

    <Note>Changing the default language will reset all the translations you have made for the survey.</Note>
  </Step>

  <Step title="Add Supported Languages">
    Add the languages from the dropdown that you want to support in your survey:

    <img src="https://mintcdn.com/formbricks/-OXulQKHaX30TsqK/images/xm-and-surveys/surveys/general-features/multi-language-surveys/add-language-in-survey.webp?fit=max&auto=format&n=-OXulQKHaX30TsqK&q=85&s=17ea5df1ce9ca872b4056ba7c288849f" alt="Enable Multi-language for a survey" width="918" height="327" data-path="images/xm-and-surveys/surveys/general-features/multi-language-surveys/add-language-in-survey.webp" />
  </Step>

  <Step title="Preview and Translate Content">
    You can now see the survey in the selected language by clicking on the language dropdown in any of the questions.

    Now you can translate all survey content, including questions, options, and button placeholders, into the selected language.
  </Step>

  <Step title="Publish Your Survey">
    Once you are done, click on the **Publish** button to save the survey.
  </Step>
</Steps>

## App Surveys Configuration

<Steps>
  <Step title="Set Up Language for Users">
    After you setup the Formbricks SDK for your user, you can call the `setLanguage` function with the language code. This can be either the ISO identifier or the Alias you set when creating the language. The `language` attribute makes sure that this user only sees surveys with a translation in this specific language available.

    ```js theme={null}
    Formbricks.setup({
      environmentId: "<environment-id>",
      appUrl: "<app-url>", // use PUBLIC_URL if you are using multi-domain setup, otherwise use WEBAPP_URL
    });

    Formbricks.setLanguage("de"); // ISO identifier or Alias set when creating language
    ```

    <Note>
      If a user has a language assigned, a survey has multi-language activated and it is missing a translation in
      the language of the user, the survey will not be displayed.
    </Note>
  </Step>

  <Step title="Start Collecting Responses">
    That's it! Now, users with the language attribute set will see the survey in their preferred language. You can start collecting responses in multiple languages and filter them by language on the summary page.
  </Step>
</Steps>

***

## Link Surveys Configuration

For link surveys, the translation delivery is dependent on the `lang` URL parameter.

<Steps>
  <Step title="Publish Your Survey">
    After publishing the survey, just copy the survey link and append the `lang` query parameter with the language alias you have set.
  </Step>

  <Step title="Create Language-Specific URLs">
    For example, if you have set the alias for French as `fr`, you can share the survey link as

    [`https://your-survey-url.com?lang=fr`](https://your-survey-url.com?lang=fr)

    Here are two examples:

    * English: [https://app.Formbricks.com/s/clptfos2i1pj516pvhxqyu3bn?lang=en](https://app.Formbricks.com/s/clptfos2i1pj516pvhxqyu3bn?lang=en)

    * German: [https://app.Formbricks.com/s/clptfos2i1pj516pvhxqyu3bn?lang=de](https://app.Formbricks.com/s/clptfos2i1pj516pvhxqyu3bn?lang=de)

    Without the `lang` parameter, Formbricks will show the survey in the default language you have set.
  </Step>

  <Step title="Start Collecting Responses">
    You can now start collecting responses in multiple languages!
  </Step>
</Steps>

***

## RTL Language Support

Formbricks fully supports Right-to-Left (RTL) languages such as Arabic, Hebrew, Persian, and Urdu. When you add an RTL language to your survey, the survey interface automatically adjusts to display content from right to left.

### How RTL Support Works

* Text alignment automatically switches to right-to-left
* Survey layout and UI elements adjust to RTL orientation
* Button placement and navigation flow adapt to RTL reading direction
* Form elements maintain proper RTL formatting

### Setting Up RTL Languages

<Steps>
  <Step title="Add RTL Language">
    Add an RTL language (like Arabic or Hebrew) in the **Survey Languages** settings
  </Step>

  <Step title="Create Translations">
    Create translations for your survey content in the RTL language
  </Step>

  <Step title="Automatic RTL Display">
    The survey will automatically display in RTL format when that language is selected

    <img src="https://mintcdn.com/formbricks/-OXulQKHaX30TsqK/images/xm-and-surveys/surveys/general-features/multi-language-surveys/rtl-support.webp?fit=max&auto=format&n=-OXulQKHaX30TsqK&q=85&s=7178d6d7a3acfe073e1fb4f890dfd34d" alt="RTL Language Support" width="2216" height="1480" data-path="images/xm-and-surveys/surveys/general-features/multi-language-surveys/rtl-support.webp" />
  </Step>
</Steps>

***

**Need help?** [Reach out in Github Discussions](https://github.com/formbricks/formbricks/discussions)
