I added a custom property:
JavaScriptSurvey.JsonObject.metaData.addProperty('paneldynamic', {
name: 'deletionReasonMessage:text',
category: 'general',
});
I want this property to be translatable like the Required error text
I added a custom property:
JavaScriptSurvey.JsonObject.metaData.addProperty('paneldynamic', {
name: 'deletionReasonMessage:text',
category: 'general',
});
I want this property to be translatable like the Required error text
Hello,
You should set "isLocalizable" attribute to "true". Please read the documentation for more information.
Thank you,
Andrew
SurveyJS Team