Multi-lingual web application - how do I detect the user's language in ASP.NET?

后端 未结 6 805
说谎
说谎 2020-12-15 05:20

I\'m building an ASP.NET web application, and all of my strings are stored in a resource file. I\'d like to add a second language to my application, and ideally, I\'d like t

6条回答
  •  借酒劲吻你
    2020-12-15 06:01

    This article (linked to archive.org as original link is now dead) might be helpful with auto detecting the browser's language setting.

    [EDIT] Yes. The quoted article does not use ASP.NET. This article does.

提交回复
热议问题