Question T7796
Visible to All Users

Change display name of category

created 3 years ago

Hi SurveyJS Team,

Can we change display name of category?
e.g. Choices to "The Choices".

Thanks.

Answers approved by surveyjs Support

created 3 years ago

Hello,

You can redefine your localization string:

Code
SurveyCreator.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