hi
I read your last reply and I can't understand I should put this code:
string language = "en-ca";
if (HttpContext.Current.Request.Cookies["Language"] != null)
{
HttpCookie cookie = HttpContext.Current.Request.Cookies["Language"];
if (cookie != null)
{
language = cookie.Value.Split('=')[1];
}
}
to all pages?
but I just have number problem and what do you mean by:
"and you need to set value for each number in Resourse file"
Best Regards
Neda