Switching language
-
Hello,
I really need your help here.
I’m using the latest WP and the latest Qtranslate plugin.
I need two languages on the website – Czech and Engish.
First of all – when I create a new page, sometimes it stays in one language only, even when I fill in the page title and some text in both languages.
And the second – I need to have a language switcher in the header, so I’ve made it this way:
<!--Add this section to view qTranslate Languages Menu at Header. By Alberto Gamboa--> <div style="float:right; padding-top: 10px;"> <a href="./?lang=cz" class="default" title="Czech"> <span style= "font-size:14px">CZ</span></a> <a href="./?lang=en" class="default" title="English"> <span style= "font-size:14px"> EN</span></a> </div> <!--End of Special Section for qtranslate-->But instead of switching to the proper language via pre-path (Default, puts /en/ or /cs/ in front of URL), it adds ?lang=cz to the URL but the language does not change.
I had this site already up and running as multisite with Qtranslate some time ago and it was working perfectly OK. Then it got hacked. I’m basically reinstalling everything from the scratch – this time as a single site – which should be OK for Qtranslate.
What am I doing wrong?
Your help is much appreciated. Thank you.
David
I cannot put a link to the site as it is blocked due to that hacker attack, except for my IP, sorry.
The topic ‘Switching language’ is closed to new replies.