Theme Support Forum

Support Forum for Free and Premium Themes. Premium Theme Forums are Private! Please log in first to see the Premium forums

Viewing 14 posts - 1 through 14 (of 14 total)

Language

Home Forums Misc. General Forums Language

  • #12487

    kristoffer

    subscriber

    Hi man!

    Can you recommend a language switch to the website? it has to be a free software!

    I want the website to be on English, swedish, and german!

    cheers!

    #17640

    Towfiq I.

    administrator
    #17641

    kristoffer

    subscriber

    Thanks! Anyways is it possible to make flags of all languages in the right corner under the slider?

    #17642

    kristoffer

    subscriber

    never mind i got it!

    #17643

    danza

    subscriber

    hi

    #17644

    danza

    subscriber

    Hi,

    With the plugin Qtranslate, how change the language in block,s?

    #17645

    Towfiq I.

    administrator

    Open up index.php and replace this:

    <?php echo of_get_option('block1_textarea'); ?>

    with these:

    <?php
    if(qtrans_getLanguage() == "en")
    echo ('your english text here....');
    else if(qtrans_getLanguage() == "fr")
    echo ('your french text here...');
    ?>

    #17646

    danza

    subscriber

    Thanks,

    #17647

    danza

    subscriber

    Hello,

    I ,ve insert your code in index.php, but the language by default is empty. When i chosse a new language it,s ok, but i need that when you are in home page, appear the labguage by default.

    Also, i need put the wellcome text in various languages. How i can do it…

    Thank you!

    #17648

    Towfiq I.

    administrator

    whats your default language?

    and for the welcome text. replace this line in index.php with the same qtranslate code:

    <?php echo of_get_option(‘wlcm_textarea’); ?>

    #142985

    luca

    hello great towfiqi

    sorry for my answer…but i don’t know nothing about css, html, php, eccecc
    i see thet my the template (asteria) is just translate in italian…but i don’t know how i can change languages
    help me please

    #143717

    Towfiq I.

    administrator

    @luca whats your site address? did you install the english wordpress? to translate the text to italian you will have to install a translate plugin and translate the texts manually.

    #155324

    luca

    Hello Towfiq
    Now i d0n’t have any website. i’ve istalladed a italian wordpress. can i use codestyling?

    #155768

    Towfiq I.

    administrator

    yes you can.