ID EN
Calendar

LocaleTextCalendar

Python 3.11

This subclass of TextCalendar can be passed a locale name in the constructor and will return month and weekday names in the specified locale.

Syntax

PYTHON
class calendar.LocaleTextCalendar(firstweekday=0, locale=None)

See Also

TextCalendar