根据accept-language自动设置UICulture和Culture

在web.config中添加如下配置:

  <system.web>
    <globalization uiCulture="auto" culture="auto" />
  </system.web>

  

猜你喜欢

转载自www.cnblogs.com/zoex/p/aspnet-accept-language.html