Is there a way of changing the language of a page wihtout setting a cookie and doing a redirect? Most search engines exclude redirect pages from their index (even if the pages redirect to them selves) which is kind of a bad thing if you set the language based on what URL the visitor used and then reload the page with a Response.Redirect() to load the new language :-)
/Patrik