根据accept-language自动设置UICulture和Culture
在web.config中添加如下配置:
<system.web>
<globalization uiCulture="auto" culture="auto" />
</system.web>
在web.config中添加如下配置:
<system.web>
<globalization uiCulture="auto" culture="auto" />
</system.web>