ASP.NET MVC language change link

前端 未结 4 1741
伪装坚强ぢ
伪装坚强ぢ 2020-12-24 05:12

I have an ASP.NET MVC site that it\'s in two languages using Resources. To allow the server to present the site in the apropiate language (depending on the one that\'s confi

4条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-24 05:38

    If you use the App_GloabalResources to store your resx language files, all you have to do is add a drop down which changes the current thread's UI Culture and this will automatically select the right resx language file to display.

提交回复
热议问题