Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter masterbip

    (@masterbip)

    It was so easy … answered don’t remember where by plugin creator:

    In Functions.php:

    function hms_name_override($text) {
    return 'Nombre:';
    }
    add_filter('hms_testimonials_sc_name', 'hms_name_override');
    function hms_testim_override($text) {
    return 'Testimonio:';
    }
    add_filter('hms_testimonials_sc_testimonial', 'hms_testim_override');
    function hms_boton_override($text) {
    return 'Enviar testimonio';
    }
    add_filter('hms_testimonials_sc_submit', 'hms_boton_override');

    I am trying to accept testimonials in Hindi language and I am getting text in this manner . “????????????????????????????????????????????????”

    Please see :-

    https://www.spiritualsys.com/create-testimonial/

    I can use Hindi fonts on my website but not in the testimonial .

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Multilanguage’ is closed to new replies.