Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
正如我所说,根据页面加载事件(在母版页中)上的查询字符串设置页面主题是一种合乎逻辑的方法吗?
例如,从获取文化http://mydomain.com/{cultureId}/somepage.aspx和设置页面主题基于{cultureId}
http://mydomain.com/{cultureId}/somepage.aspx
{cultureId}
如果文化实际上是您正在寻找的,我会建议使用浏览器设置。这可在request.UserLanguages酒店内找到。
request.UserLanguages
如果没有,您当然可以使用一些请求字符串参数,但是,您需要自己处理所有链接等,以包含正确的文化。