how to make a multilingue surveyjs
See original GitHub issueAre you requesting a feature, reporting a bug or asking a question?
question
What is the current behavior?
survey with default language
What is the expected behavior?
survey in multilanguage
How would you reproduce the current behavior (if this is a bug)?
Provide the test code and the tested page URL (if applicable)
Tested page URL: https://surveyjs.io/Examples/Survey-Creator/?id=multiplelanguages&platform=jQueryV2#content-result
Test code Survey.surveyLocalization.supportedLocales = [“en”, “de”, “es”, “fr”]; const options = { showTranslationTab: true }; var json = {
your_code_here
Specify your
browser:Chrome browser version:Version 102.0.5005.115 (Official Build) (64-bit) surveyjs platform jquery surveyjs version:1.9.2
Issue Analytics
- State:
- Created a year ago
- Comments:8 (4 by maintainers)
Top Results From Across the Web
Create a Multilingual Form | Survey - Reactjs Example
With the Translation tab of the SurveyJS Creator UI, you can create surveys, quizzes, and other web forms in multiple languages for your...
Read more >How to use translation tab - surveyjs Support
We want to make our survey multilingual. We could find that “.ts” files can be used but this does not change the text...
Read more >Build a multi-language survey with Cosmic + Survey.js
Currently, the survey API only supports a specific subset of locales due to limitations of the Survey.js library. These locales are ar, zh-Hans, ......
Read more >Create a multilingual survey - Dynamics 365
To create a multilingual survey, you must first add a language (additional or custom) and then add translations for the corresponding strings in ......
Read more >SurveyJS Reviews 2022: Details, Pricing, & Features
SurveyJS is a modern, feature-rich and high-performance solution that allows to create online forms, surveys, or questionnaires using an easy-to-use, ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
😃
yourValue
it could be “de” or “fr” and so onThank you, Andrew
😃 Thank you very much, it works!