• I try to create multilingual site with qTranslate. But when I install template Spa Salon from Templatic
    In template folder edit functions.php – remove //

    load_theme_textdomain('templatic');
    load_textdomain( 'templatic', TEMPLATEPATH.'/language/en_US.mo' );
    load_textdomain( 'templatic', TEMPLATEPATH.'/language/uk_UA.mo' );
    load_textdomain( 'templatic', TEMPLATEPATH.'/language/ru_RU.mo' );

    But only first language en_US.mo work. How can I connect all three languages in qTranslate? Please help

  • The topic ‘qTranslate and aditional template language’ is closed to new replies.