-
Notifications
You must be signed in to change notification settings - Fork 451
Open
Labels
Description
T26263 - German translation for survey creator
https://surveyjs.answerdesk.io/internal/ticket/details/T26263
I suggest adding a localization string which would define a choice's text. A choice's value should remain hardcoded, such as "item1", "item2", etc.
settings.toolbox.defaultJSON = {
dropdown: {
choices: [
{ value: "item1", text: "localization-string-for-option1" },
{ value: "item2", text: "localization-string-for-option2" },
{ value: "item3", text: "localization-string-for-option3" },
],
},
//...
};Reactions are currently unavailable