Question T5965
Visible to All Users

How to use translation tab

created 4 years ago (modified 4 years ago)

Hi Team,

We want to make our survey multilingual. We could find that “.ts” files can be used but this does not change the text of survey questions and options.
You also have “Translation” tab that that converts the questions and options.
We want to know

  1. How this translated text can be used as default language of survey.
  2. How can I add more translation options there, specially local Indian languages.

Thanks,
Atul Kumar

Answers approved by surveyjs Support

created 4 years ago

Hello,
You have to use the following code:

JavaScript
Survey.surveyLocalization.defaultLocale = "de";

Here is the example.

About adding more languages, please read the docs on this page.

Thank you,
Andrew
SurveyJS Team

    Show previous comments (1)

      Hello,
      We do not have the translation service. You can export it, translate and then import again.

      Thank you,
      Andrew
      SurveyJS Team

        Hi,

        We are able to add new ts file and new language in designer tab but not able to add language in translation tab.

        Please refer to attached document.

        Thanks,
        Atul Kumar

          Hello,
          Please create an example in plunker that shows what you are doing and we will take a look.

          Thank you,
          Andrew
          SurveyJS Team