I have added "editor.showTranslationTab = true" to my surveyjs editor but its not worked. then i have upgrade my surveyjs-editor npm module to latest version.After that show translation tab on my editor view.But issue is i can't add to tool box tools for survey designer and can't move between each other tabs.
please help me to resolve this issue and give me instructions to install translation tab.
Translation tab issue
Answers approved by surveyjs Support
Hello,
The showTranslationTab
is the right option:
JavaScriptvar editorOptions = { showTranslationTab: true };
var editor = new SurveyEditor.SurveyEditor("editorElement", editorOptions);
Thanks, Serge
SurveyJS Team
Show previous comments
(1)
AT
6 years ago
Could you please describe what do you mean in more details?
Thank you,
Andrew
SurveyJS Team
I have 2 files for survey js.Actually 2 view files.One view has survey builder and another view will show that built survey. users coming to second view and fill their surveys.Actually i want to add language switcher for second view.(show the survey).
Can you please guide me to resolve this.
AT
6 years ago
Hello,
Here is the example that does exactly what you need.
Thank you,
Andrew
SurveyJS Team
Hello,
Unfortunately I've not managed to reproduce the issue. Could you please provide us with exact steps to reproduce the issue using our online survey builder - https://surveyjs.io/Survey/Builder/
Thanks, Serge
SurveyJS Team
No. i just want to correct way for add translation tab to surveyjs .