> A bit late in the thread. However, IMO, I don't think session is necessary, > unless you intend to save it for later use, during that same visit from the > user. If it's just a 1 time request, you can just use (example) > $_GET['lang']=en,de,fr,... > Then just split up individual languages, process the request of each > supported language, and place each relevant localization in its own tab > panel, div (non js), etc... Hi Tommy, I read this at least 5 times and still don't quite get your meaning, but I'm curious enough to ask: Could you repeat in other words or give a short example? Marc -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php