When using the calendar, how do I translate the months and days from English to a different language?

Call

    _tsetlocale(LC_ALL, NULL);

in your InitInstance method().

This should set the language to your OS language.

Note: Only the full version of Objective Grid does provide a date-time control.