Loading...
 
Multilingual/i18n

Multilingual/i18n


How to reach a link in a secondary language in a multilingual site?

posts: 3

Hi,

I have a site with 3 languages (English, Dutch, Portuguese) and the default language is English).
The tiki-switch_lang.php is working fine there.

But I have another site that I'd'like to link to a specific page but ALWAYS in portuguese. If I just use the link the tikiwiki return the English page and than I need to click in the switch lang link.

Is there anyway to reach a page in a language different from the default language with one clink only?

Thanks in advance for any help!

posts: 1633 Canada

> Hi,
>
> I have a site with 3 languages (English, Dutch, Portuguese) and the default language is English).
> The tiki-switch_lang.php is working fine there.
>
> But I have another site that I'd'like to link to a specific page but ALWAYS in portuguese. If I just use the link the tikiwiki return the English page and than I need to click in the switch lang link.
>
> Is there anyway to reach a page in a language different from the default language with one clink only?
>
> Thanks in advance for any help!

Try linking to:
tiki-index.php?page=PageName&switchLang=pt

M ;-)