Tip: How to get the client culture from an ASP.NET app - Emil...
Popularity Report
![]() |
|||
![]() |
|||
![]() |
|||
![]() |
|||
![]() |
|||
![]() |
URL Tag Cloud
Groups (1)
Bookmark History
Saved by 1 people (0 private), first by anonymouse user on 2008-05-30
- Jlundstocholm on 2008-05-30 - Tags asp.net , CultureInfo
Public Sticky notes
I googled this and found only client side solutions, but I knew there was some way to get this information because the ASP.NET framework supports client based culture (through the (UI)Culture = "Auto" in the page attributes and the globalization section in the web.config). The only way I thought of getting the client culture was from the Request object.
Highlighted by jlundstocholm


Public Comment