change CalendarCtrl ascii label name to unicode name

jayu108 wrote:

I want to change CalendarCtrl, but I don't know what I do.

Things I want chage
-- English name(ascii) to unicode name or number
    example : September to 9 or unicode, Mon to unicode

How can I change these!

The language used for the wx.calendar control depends on the operating
system's settings. It isn't customizable.

However, wxPython has a second calendar control, written completely in
Python, in wx.lib.calendar. You can derive your own from that, or copy
the source code into your own project, and customize it to your heart's
content.

···

--
Tim Roberts, timr@probo.com
Providenza & Boekelheide, Inc.