Question T7908
Visible to All Users

How to make a custom property value translatable?

created 3 years ago

I added a custom property:

JavaScript
Survey.JsonObject.metaData.addProperty('paneldynamic', { name: 'deletionReasonMessage:text', category: 'general', });

I want this property to be translatable like the Required error text
translate.PNG

Answers approved by surveyjs Support

created 3 years ago

Hello,
You should set "isLocalizable" attribute to "true". Please read the documentation for more information.

Thank you,
Andrew
SurveyJS Team