You are here.NET Framework Cultures
.NET Framework Cultures
The following Table lists all the .NET supported Cultures
Remarks
The Abbreviation and several DateTime string formats are displayed for each Culture.
An IComparer is used to sort the Cultures alphabetically by EnglishName. See Source Code provided below.
You can change the Culture at the Page, Application and Thread level. The following details three techniques with code samples provided.
Option 1: Page level
The Culture used by the individual Page can be set via the Culture property.
<%@ Page Culture="en-GB" Language="C#" %>
Option 2: Application wide (web.Config)
The Culture can be set Application wide by adding the