Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted on Nov 10, 2008 03:47
open dhtmlx forum
Calendar in Grid - localization?

I have calendar in grid:

grid.setColTypes("dhxCalendar",....

How can I get localization (eg. month names) of popup calendar window?
Answer posted by Support on Nov 10, 2008 07:10
The calendar is an instance of dhtmlxCalendar
http://dhtmlx.com/docs/products/dhtmlxCalendar/samples/initialization/calendar_lang.html?un=1226331130000

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

Answer posted on Nov 10, 2008 07:36
And what about case when I run international portal?
Answer posted by Support on Nov 10, 2008 09:42
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