Calendar in Grid - localization?

I have calendar in grid:



grid.setColTypes(“dhxCalendar”,…



How can I get localization (eg. month names) of popup calendar window?

The calendar is an instance of dhtmlxCalendar
dhtmlx.com/docs/products/dhtmlxC … 6331130000

dhtmlxgrid_excell_dhxcalendar.js , line 13
this.grid._grid_calendarA.loadUserLanguage(‘en-us’);

And what about case when I run international portal?

You can change the
this.grid._grid_calendarA.loadUserLanguage(‘en-us’);
to the
this.grid._grid_calendarA.loadUserLanguage(my_lang_name);

And define my_lang_name based on user settings
Calendar can’t use mutliple languages at once, but can be configure during init for neccessary one