Product List change a lable text to my language

  • peturrp
    Asked on March 26, 2021 at 5:31 PM

    Hi,

    How can I translate this word PRICE to my language.

    Reg.

    Petur

    Jotform Thread 2997009 Screenshot
  • Sigit JotForm Support
    Replied on March 27, 2021 at 10:05 AM

    Greetings,

    Since the form language is not set to English, it is not an option to use the Language tool on the form. Related guidehttps://www.jotform.com/help/298-How-to-Translate-Your-Forms-to-Different-Languages where you can add another language on the form and change that text on the Product/Menus option text on the form to 'verð'.

    A workaround, you can try use custom CSS. Related guide:

    #input_13_1000_subproducts > tbody > tr:nth-child(1) > th:nth-child(3) > span:after {
    content: "/ verð";  
    }


    1616853882 605f3b7ad2cda  Screenshot 10

    I hope that helps.

    Regards.