How to change main language in multilingual form?

  • strassenkatzen
    Asked on February 27, 2017 at 11:32 AM

    About: Translation

    Hi, i have accidentily named my main language "English UK", but actually it is german. This seems to be not changeable anymore. How can I rename it? Thank you!

  • BJoanna
    Replied on February 27, 2017 at 12:55 PM

    Is this the form you are working on http://www.jotformeu.com/form/42921397063356?

    I have inspected that form and default language that you used when you created your form was English. Unfortunately default language cannot be changed.

    Only way you can rename you default language is to delete two other languages that you have added. After you delete them you will be able to select new main language. After that you can translate again your form. 

    How to Make your Forms Multilingual

    Or as possible workaround add this CSS code to your form to hide "English UK" option:

    li.en-UK {

        display: none;

    }

    How to Inject Custom CSS Codes

    Here is my cloned form: https://form.jotform.com/70575211760957 

    Feel free to clone it.

    Hope this will help. Let us know if you need further assistance.