samedi 7 janvier 2012

How To Write Month In Custom Language

It's so much simple
For example for French Language:
CultureInfo culture = new CultureInfo("fr-FR");
string month = culture.DateTimeFormat.GetMonthName(DateTime.Now.Month);