Set locale on survey

This commit is contained in:
Ramon Wenger 2019-07-23 11:14:02 +02:00
parent 48ee15850f
commit 062d799c4c
1 changed files with 1 additions and 0 deletions

View File

@ -68,6 +68,7 @@
});
survey.css = css;
survey.locale = 'de';
survey.showProgressBar = 'bottom';
return survey;