ok sorry bout the dissapearing act.
But what i would use would be add it to the database where the guest ip is put in and have it select what language and display it.
I
t is autoset to the default language on load of the index then they can select what language they want at the bottom of index.php and then that updates the dbase.
Which is called by the load user lang, its a small mod, not to hard just an if statement where it loads the userlang or something along those lines.
All users to your site even if there guests load the lang from the same place, but registered users have what one they want listed so its used.
This means you will just need to replace the bit that says if (!lang) do default to do whats in the db for this ip.
Well atleast I think this is how it works
