surveyjs / survey-creator

Scalable open-source survey software to generate dynamic JSON-driven forms within your JavaScript application. The form builder features a drag-and-drop UI, CSS Theme Editor, and GUI for conditional logic and form branching.
https://surveyjs.io/open-source
Other
896 stars 370 forks source link

Creator Interface Localization Demo - Survey Contents are not localized #5666

Closed JaneSjs closed 1 month ago

JaneSjs commented 1 month ago

In the following demo, users expect that survey texts are also translated to Deutsch. Survey Creator Interface Localization image

I suggest changing the survey locale to de to solve the issue.

const creator = new SurveyCreator.SurveyCreator(options);

// Change a creator locale
creator.locale = "de";

// Change a survey locale
creator.survey.locale = "de";
JaneSjs commented 1 month ago

Fixed by https://github.com/surveyjs/service/pull/2341