Skip to main content

Tip: How to get the client culture from an ASP.NET app - Emil...

Popularity Report

Total Popularity Score: 0

Loading...
Loading...
Loading...
Loading...
Loading...
Loading...

Rank

URL Tag Cloud

Groups (1)

  • ciber-banedanmark

    CIBER Banedanmark

    4 members,15 bookmarks

    Intern Diigo gruppe til CIBERs ansatte ved Banedanmark

Bookmark History

Saved by 1 people (0 private), first by anonymouse user on 2008-05-30


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