Multilingual Text form title

Home Forums All Other Themes Multilingual Text form title

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #85300
    philipp.emmeneggerphilipp.emmenegger
    Member
    • Topics: 2
    • Replies: 2
    • Total: 4
    Member since: July 21, 2017

    Hi SKT Team

    How can I translate the title of the contact form.
    I use q-translate as the translation tool.

    here the form:
    http://www.itegrity.ch/en/products/

    >> I want to have the title “Contact Form” translated into many languages

    #85305
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    Kindly go to sidebar.php and find “Contact Form” and change it there in your language.

    Regards,
    Chris

    #85316
    philipp.emmeneggerphilipp.emmenegger
    Member
    • Topics: 2
    • Replies: 2
    • Total: 4
    Member since: July 21, 2017

    that is not the question:

    How do I translate it there in order to have it working in both: English AND German…?

    #85361
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    Kindly Go to sidebar.php

    For Contact Form text

    Find
    <h3 class="widget-title">Contact Form</h3>

    And replace
    <h3 class="widget-title"><?php echo do_shortcode('[:en]Contact Form[:du]Kontakt Formular[:]')?></h3>

    For Testimonials text

    Find
    <h3 class="widget-title">Testimonials</h3>

    And replace
    <h3 class="widget-title"><?php echo do_shortcode('[:en]Testimonials[:du]Zeugnisse[:]')?></h3>

    Regards,
    Chris

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.