I did something like this:
var culture = System.Globalization.CultureInfo.CreateSpecificCulture("pl"); DateTime.ParseExact("Luty", "MMMM", culture).Month
You can specify any other culture to match your preferences :)