Survey Creator Interface Localization

Edit in →

Localization is the adaptation of a product to the local language of its users. Survey Creator supports UI translation into over 30 languages out of the box. Translated strings are shipped as dictionary files. The localization engine that works with the dictionaries is available as a separate script/module. Reference this script in the <head> tag of your page or import this module into the component that renders Survey Creator: Read more...

Sorry, we can't retrieve the data from server. Please comeback later.

Localization is the adaptation of a product to the local language of its users. Survey Creator supports UI translation into over 30 languages out of the box. Translated strings are shipped as dictionary files. The localization engine that works with the dictionaries is available as a separate script/module. Reference this script in the <head> tag of your page or import this module into the component that renders Survey Creator:

<script src="https://unpkg.com/survey-creator-core/survey-creator-core.i18n.min.js"></script>
import "survey-creator-core/survey-creator-core.i18n";

The default language for UI elements is English. To select another language, set the localization.currentLocale property. This demo shows Survey Creator UI translated into German.

If you want to change individual UI translations, get an object with all translation strings for a specific locale and override the required properties in this object. You can find a full list of available properties in the English dictionary. Refer to the JavaScript tab for a code example.

You can also introduce a custom locale to override multiple UI translations in a batch. Declare an object with your translations and assign it to the locales["localeName"] property. The following code shows how to do it in a separate TypeScript translation file (dictionary):

// custom-locale.ts
import { editorLocalization } from 'survey-creator-core';

const customLocaleStrings = {
  ed: {
    addNewQuestion: "New Question",
    deletePage: "Remove Page"
  }
};

editorLocalization.locales["customlocale"] = customLocaleStrings;
import './localization/custom-locale.ts'
import { localization } from "survey-creator-core";
// ...
// Activate the custom locale
localization.currentLocale = "customlocale";

If any translation strings are missing in your custom locale, they will be taken from the default English locale. You can specify the defaultLocale property to use another locale as default:

editorLocalization.defaultLocale = "fr";

Why we use cookies.

This site uses cookies to make your browsing experience more convenient and personal. Cookies store useful information on your computer to help us improve the efficiency and relevance of our site for you. In some cases, they are essential to making the site work properly. By accessing this site, you consent to the use of cookies.

For more information, refer to DevSoft Baltic’ Terms of Use & Privacy Statement.

Your renewal subscription expires soon.

Since the license is perpetual, you will still have permanent access to the product versions released within the first 12 month of the original purchase date.

If you wish to continue receiving technical support from our Help Desk specialists and maintain access to the latest product updates, make sure to renew your subscription by clicking the "Renew" button below.

Your renewal subscription has expired.

Since the license is perpetual, you will still have permanent access to the product versions released within the first 12 month of the original purchase date.

If you wish to continue receiving technical support from our Help Desk specialists and maintain access to the latest product updates, make sure to renew your subscription by clicking the "Renew" button below.