Viewing 1 replies (of 1 total)
  • IMHO, <?php _e("[lang_en]english text[/lang_en][lang_de]german text[/lang_de]"); ?> doesn’t work because _e() function using gettext from .mo file, while this string does not or never exist in that .mo file.

    Try to use the following code:

    <?php echo ("[:en]english text[:de]german text"); ?>

    Please let me know your feedback. Thanks.

    [signature moderated Please read the Forum Rules]

Viewing 1 replies (of 1 total)
  • The topic ‘qTranslate problem’ is closed to new replies.