Topic on Extension talk:LanguageTag

195.63.184.88 (talkcontribs)

It seems that changing the language doesn't change the language actual shown. Only after I do a ?action=purge the right language is shown. But cannot switched to any other language, again. What do I do wrong?

M coupal (talkcontribs)

I Installed this extension in hope of saving the trouble of having two separate wikis in order to support multilingual content.

The problem is that the extension only works on the Main page and, when I try the same thing on another page, it doesn't change the language. It does only when I edit the page in the language that I want it to be displayed.

Please help!

PS: I'm using LanguageSelector extension in order to switch between english and french

M coupal (talkcontribs)

I've found the answer.

It was a caching problem on the wiki. Simply added these lines in my LocalSettings.php

$wgEnableParserCache = false;

$wgCachePage = false;

Hope it helps someone in the future