import locale import calendar locale.setlocale(locale.LC_ALL, ("ru_RU", "utf8")) print(calendar.month_abbr[6])