Hi SurveyJS Team,
Can we change display name of category?
e.g. Choices to "The Choices".
Thanks.
Hi SurveyJS Team,
Can we change display name of category?
e.g. Choices to "The Choices".
Thanks.
Hello,
You can redefine your localization string:
CodeSurveyCreator.localization.getLocale('en').pe.tabs.choices = 'The Choices';
See live example here: https://plnkr.co/edit/IK4IrLxA12Bl8u3N
Check https://github.com/surveyjs/survey-creator/blob/master/packages/survey-creator-core/src/localization/english.ts to find the names of string constants you want to redefine.
Thank you,
Alex
SurveyJS Team