Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by ez on Apr 09, 2009 03:10
open dhtmlx forum
Language selector for excell dhxcalendar needed

Currently the only way to change language of dhxcalendar is source code modification like this:

this.grid._grid_calendarA.loadUserLanguage('pl')

in dhtmlxgrid_excell_dhxcalendar

And it is problematic, my suggestion is to define language the way like this:

mygrid.setDateFormat("%Y-%m-%d"); <- this is standard
mygrid.setDateLang("pl"); <- my suggestion for language selection
Answer posted by Alex on Apr 09, 2009 07:17

Hello,

Thank you for suggestion. Yes, the dhxCalendar excell should be improved.

In one of the next releases we will add the opportunity to get calendar object and use calendar API directly. 

But unfortunately, in the current grid version a language can be chnaged only through code modification.