Would you not have the list of language parameter?

  • fastbooking
    Asked on November 29, 2016 at 3:59 AM

    Hello team,

    I cannot find any information about language parameter list.

    Would you able to provide it for iframe src query?

     

    Regards,

  • Boris
    Replied on November 29, 2016 at 4:56 AM

    We unfortunately do not have the full list of available language parameters listed, but if you let us know the languages you are primarily interested in, we'll gladly provide you with the parameters for those languages.

    You can use the language parameter on the src attribute of the iFrame. For example, if your iFrame embed code was this:

     <iframe id="JotFormIFrame-51062228529352" onDISABLEDload="window.parent.scrollTo(0,0)" allowtransparency="true" src="https://form.jotform.com/52374764815968" frameborder="0" style="width:100%; height:539px; border:none;" scrolling="no"> </iframe>

    And you wanted to load the form with English (UK) language selected, you would simply append the ?language=en-UK parameter, like so:

     <iframe id="JotFormIFrame-51062228529352" onDISABLEDload="window.parent.scrollTo(0,0)" allowtransparency="true" src="https://form.jotform.com/52374764815968?language=en-UK" frameborder="0" style="width:100%; height:539px; border:none;" scrolling="no"> </iframe>

    In order for this to work, your form will have to be created as multilingual form:

    https://www.jotform.com/help/298-How-to-Make-your-Forms-Multilingual

    Thank you.

  • fastbooking
    Replied on November 30, 2016 at 2:58 AM

    Hello Boris,

    Thank you for reply.

    Could you let me know the parameter of Korean?

     

    Regards,

  • Boris
    Replied on November 30, 2016 at 4:50 AM

    Certainly, the parameter for Korean is simply language=ko, and you can use it like so:

    https://form.jotform.com/52374764815968?language=ko

    Please let us know if there is anything else we can do to help. Cheers! :)

  • fastbooking
    Replied on November 30, 2016 at 10:12 PM

    Thank you