qTranslate problem
-
I have a problem with qTranslate plugin. According to this faq
https://www.qianqin.de/qtranslate/forum/viewtopic.php?f=3&t=3&st=0&sk=t&sd=a#p14
I used this code
<?php _e("[lang_en]english text[/lang_en][lang_de]german text[/lang_de]"); ?>
but it doesn’t work. It writes only[lang_en]english text[/lang_en][lang_de]german text[/lang_de]
instead of translating anything. Why does the _e function doesn’t work?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘qTranslate problem’ is closed to new replies.