We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

localization bugs in gantt header

Hi,
 there is a bug occurs when i used the i18n file  to zh-CN, attached is the issue, the day format is wrong and i can find no solution to keep it display right, ej.culture.zh-CN.min.js files calendars---standard----days----namesShort  is the expect value.

Attachment: 20170419152644_6e33082e.rar

1 Reply

JD Jayakumar Duraisamy Syncfusion Team April 20, 2017 05:31 PM UTC

Hi Zzh, 
 
Please find the response below. 
 
Syncfusion has following the global standards in ej.culture files for the all the languages which is available in Essential Studio installed location. 
In Gantt, the default day header format has displaying the first letter of the day as like as MS project behavior. We can change this date format by using “scheduleHeaderSettings.dayHeaderFormat”. 
We have prepared a sample and rendered the day names in the format of “ddd”, please find the code snippet below. 
$("#gantt").ejGantt({ 
//… 
scheduleHeaderSettings: { dayHeaderFormat: "ddd",}, 
} 
 
Please find the sample location below. 
Please let us know if you require further assistance on this. 
Regards, 
Jayakumar D 


Loader.
Live Chat Icon For mobile
Up arrow icon