Open AshwinTayson opened 4 years ago
@AshwinTayson You don't need this import on this page:
import * as Survey from "survey-react";
I believe you have SurveyKO alias for "survey-knockout", please use this line:
SurveyKO.surveyLocalization.supportedLocales = ["en", "de", 'fr'];
You are limited locales in the SurveyJS instance that you do not use on this page. SurveyJS Creator use "survey-knockout".
Thank you, Andrew
How do I add my own languages?
Are you requesting a feature, reporting a bug or ask a question?
Both. How do I add a language which is not in the list? and setting the supported locales for the editor doesn't work.
What is the current behavior?
Survey.surveyLocalization.supportedLocales = ["en", "de", 'fr'];
Currently all languages are shown.
What is the expected behavior?
Should give a survey creator with only English, Espanol, French Languages.
How would you reproduce the current behavior (if this is a bug)?
In survey-react package with the following code I'm facing the bug
Provide the test code and the tested page URL (if applicable)
Specify your