• i’ve tried to create multilingual tags using qtranslate, however they become displayed as [lang_en]test[/lang_en][lang_es]test ES[/lang_es] – with the language tags and all.

    anyone one know how to resolve this??

Viewing 7 replies - 1 through 7 (of 7 total)
  • hi,

    I had the same issue and emailed the plugin author about this. He was aware of this issue and replied it was a bug that needed to be fixed.

    however, i did get rid of the problem, but i’m not really sure how. I think it is resolved by setting the default language in your qtranslate settings the same as in your wp-config.php

    i still see the tags the way you described in the backend part of my website, but it is working well in the frontend.

    I hope you figure it out.

    Hello,
    I have the same problem with my wordpress setup, I tryed to change the language like you said. But It didn’t help.
    for an example of a site with the problem : en.axis4peace.eu
    I have asked it on theire forums, but got no reply

    help is greatly appreciated

    Hi,

    i just had a look at your site and i noticed that in the source the line:

    <meta http-equiv="Content-Language" content="nl_NL" />

    does not change into

    <meta http-equiv="Content-Language" content="en_US" />

    when switching languages. I’m not sure whether this has anything to do with your problem, all i know is that it is supposed to change when switching languages.

    Are you sure your wp-config.php has the following line:
    define ('WPLANG', 'nl_NL');
    AND you have set Dutch as your default language in your qtranslate settings?

    Also, you must have both .mo files (nl_NL.mo and en_US.mo) installed
    in wp-includes/languages!!!!

    Hope it helps, still can’t figure out what exactly solved my problem

    sorry for the late response,

    But yhea, I have all those things. I’m also asking on these forums for help. Maybe if you take a look there you can spot the problem.

    Thanks annyway

    A friend of mine solved it, look at the forumi posted above for the solution

    i had this problem too but got it fixed.

    usually if your tags show in english but work well in another language then u just need to download the english .mo language file and place it in your wp-content/languages folder (same place as your other language)

    when this happens try to download the english .mo language file and place it in the wp-content/languages folder. it shd work then

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘[Plugin: qtranslate] tags not translating’ is closed to new replies.