Hello All -
I've been going back and forth on this for a week while preparing for a client upgrade which requires multi-language content, but now I've got to get going on the coding and still can't make up my mind whether or not it's better to set a project's content language via a query string for each request, or just once via a dropped cookie.
Or maybe there's another way that I haven't thought of.
Cookies, of course, are problematic because the user can block them via their browser which makes me lean toward the query string solution.
What's the opinion of the good guys and gals at WebmasterWorld on this subject?
Neophyte