1
Hi,
I need to setup a website that works with a couple of different language, let's say portuguese and spanish.
I though of creating a PHP script to detect the language settings provided by the browser and accordingly redirect to a startpage in portuguese or spanish.
Should the detected language be different than these 2, the user should be redirected to a startpage in english.
My problem is that I couldn't find a way to specify the language on the query string. Is there a way to start XOOPS with the language specified in the url, something like
http://mysite.xoops.org/index.php?language=english ?
Thanks