-
Notifications
You must be signed in to change notification settings - Fork 81
Open
Labels
Description
Hi,
I want to change the language and I wrote this code
class SurveyCreator extends Component { surveyCreator; componentDidMount() { let options = { showEmbededSurveyTab: true }; this.surveyCreator = new SurveyJSCreator.SurveyCreator( null, options, ); this.surveyCreator.survey.locale="fa";
but it changed only button text and the message after form submit
and other things are in english
what should I do ?