Question T3051
Visible to All Users

How to change all occurrences of the name “Survey” to the word “Form” I the UI?

created 5 years ago (modified 5 years ago)

[Ticket cloned from T3044: No UI action on Complete]

One more questions…

How do I change all occurrences of the name “Survey” to the word “Form” I the UI? I am using English.

Answers approved by surveyjs Support

created 5 years ago

Hello,
The following code will change the text of the complete button:

JavaScript
var englishStrings = Survey.surveyLocalization.locales["en"]; englishStrings["completeText"] = "Complete the Form";

Here is the example and here is the file with English strings.

Thank you,
Andrew
SurveyJS Team

    Show previous comments (2)

      The creator ui

      -------- Original message --------

        It is pretty the same:

        JavaScript
        var englishCreatorStrings = SurveyCreator.editorLocalization.getLocale(""); englishCreatorStrings.ed.logic = "Form Logic";

        Here is the example and here is the file with all strings.

        Thank you,
        Andrew
        SurveyJS Team

          Thank you

          -------- Original message --------