Change culture based on a link MVC4

后端 未结 2 904
Happy的楠姐
Happy的楠姐 2020-12-31 09:27

I have a curiosity related to culture change in MVC. I tried in 2 ways, but apparently I was wrong somewhere.

In my Web.config I have :

 

        
2条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-31 10:04

    Remove the line in your web.config:

    
    

    Setting these to auto will default the language to the user's language set on the browser. This is overriding your Thread setting.

提交回复
热议问题