Viewing 1 replies (of 1 total)
  • Plugin Author devsoftbaltic

    (@devsoftbaltic)

    Hello,

    SurveyJS WordPress plugin at this moment is using the survey editor library (I think we’ll update it to use survey-creator one). That’s why you need to use the following code:
    SurveyEditor.editorLocalization.currentLocale = "fr";

    or these ones:

    var deutschStrings = {  
        p: {  
            isRequired: "Wird ben�tigt"  
        }  
    };  
    
    SurveyEditor.editorLocalization.locales["de"] = deutschStrings;  

    Thanks, Serge
    SurveyJS Team

    • This reply was modified 4 years, 10 months ago by devsoftbaltic.
Viewing 1 replies (of 1 total)
  • The topic ‘Translation/Localization’ is closed to new replies.