Calendar in another language

Does the calendar offer to be displayed in another language ?

Our applications needs to be displayed either in English or French, but using the same source code.

thanks.

You can define dhxDate.Locale as

dhx.Date.Locale= { month_full:["January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"], month_short:["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"], day_full:["Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"], day_short:["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"] };

Calendar ( and date formatting functions ) will take all labels from that collection