Question T7365
Visible to All Users

How do you change the "Clean" button text for file question?

created 4 years ago

Hi,

I was wondering how you change the text for the "Clean button" in a file question?

Regards,
Joel

Answers approved by surveyjs Support

created 4 years ago

Hello Joel,
Here is the code and example.

JavaScript
var mylocalization = Survey.surveyLocalization.locales["en"]; mylocalization.cleanCaption = "Clean file(s)";

Thank you,
Andrew
SurveyJS Team