I have my site almost working. It works perfect with one language, but I have a cookie that sets the language. I hashed it also.
The problem is that I cant change the value of my cookie, I cant get an idea about how to do that. My site receives a variable called "lg=1" where "1" is the language code.
I dont get the idea about how to pass that to my site, to get the "english" version and save the new cookie (with lg=1 value) again, so next time the user access without the lg=1 variable, he visits our english site, based on cookie value.
Can someody help me? Thanky you