S
sfear
Hi all,
I'm trying to create a multilanguage website in ASP .NET 2.
I want to let users to set their preffered language. Using a listbox
and the Thread.CurrentThread.CurrentCulture =
CultureInfo.CreateSpecificCulture(selectedLanguage);
postbacking the page the controls are loaded in the selected language;
but loading a new page, for instance clicking on a hyperlink, the
language change.
Why? i don't have setted the language in the browser either in the
web.config.
Between 2 pages the thread changes?
please help.
thanks
Fabrizio
I'm trying to create a multilanguage website in ASP .NET 2.
I want to let users to set their preffered language. Using a listbox
and the Thread.CurrentThread.CurrentCulture =
CultureInfo.CreateSpecificCulture(selectedLanguage);
postbacking the page the controls are loaded in the selected language;
but loading a new page, for instance clicking on a hyperlink, the
language change.
Why? i don't have setted the language in the browser either in the
web.config.
Between 2 pages the thread changes?
please help.
thanks
Fabrizio