FORUMS CLOSED DUE TO SPAM. YOU STILL CAN ADD POST!

How I made multilanguage Frog sites with page parts

Feed 28 posts, 12 voices

Avatar
2 posts

@mathince

To solve your problem you have to change your links.
This should work: <a href=”?lang=en”>English</a>

Why didn’t yours work:
By adding the URL_PUBLIC thingy you direct to your Home page with the attribut ‘lang’.
By just sending the attribut your browser will automatically append it to the current site.

Greetings,
Rumpirat! Arrr! (not Arrgh! >.<)

 
Avatar
2 posts

I tried this solution, but when I access my page, only the title shows up.

Here is a screen shot of the thing:

http://img196.imageshack.us/img196/9359/screenox.jpg

Thanks.

 
Avatar
18 posts

Change <a href="<?php echo URL_PUBLIC; ?>lang/?lang=en">English</a> to
<a href="<?php echo URL_PUBLIC; ?>?/lang/?lang=en">English</a>

That will solve the problem

 
Avatar
18 posts

Check this out for a better multilangual solution, but needs some help while finishing it => here