Do you support right to left language (Hebrew)?

  • rbenor
    Asked on January 5, 2020 at 3:38 AM

    Do you support right to left language (Hebrew) ? 

    Including the text boxes, radio buttons, etc.

  • Elton Support Team Lead
    Replied on January 5, 2020 at 8:16 AM

    Yes, that's possible by injecting custom CSS codes to your form.

    You can use the following;

    .form-all {

        direction: rtl;

    }

    .form-label {

        width:100% !important;

        float: right !important;

        text-align: right !important;

    }

    .form-radio, .form-checkbox {

        float: left;

    }

    .header-text {

        text-align: right !important;

    }

    Example:

    Do you support right to left language (Hebrew)? Image 1 Screenshot 20