wxLocale question and calendar question

Hello helena,

I've use wxCalendarCtrl to display a date-select dialog.

from wxPython.calendar import *

self.cal = wxCalendarCtrl(self, -1, wxDateTime_Now(), pos=wxPoint(10,
50), size=wxSize(150, 150), style = wxCAL_SHOW_HOLIDAYS |
wxCAL_MONDAY_FIRST)

That works me fine, without to translate the name of days or months(or
using wxLocale),
because it shows me hungarian daynames and monthnames.
(wxCalendarCtrl reads the OS locale settings)
When I move this code to an english OS than it will be display January,
February, etc.

Sorry when I can't answer your question. (Are you writing a dictionary
program?)

Attila Szuts