User1571662359 posted
1. First you must remove
Culture="auto" UICulture="auto"
from the Page tag, to prevent automatic browser culture detection.
2. Then you put your interface to select language and put this information in a cookie or something.
3. Then put some code in the BeginRequest handler of global.asax to read the culture value from the cookie and set it to the CurrentThread.CultureInfo