Hi,
I was wondering how you change the text for the "Clean button" in a file question?
Regards,
Joel
Hi,
I was wondering how you change the text for the "Clean button" in a file question?
Regards,
Joel
Hello Joel,
Here is the code and example.
JavaScriptvar mylocalization = Survey.surveyLocalization.locales["en"];
mylocalization.cleanCaption = "Clean file(s)";
Thank you,
Andrew
SurveyJS Team