Hi Tmzl,
Thanks for contacting Syncfusion support.
We need to refer all the dependent locale texts to apply localization to add/edit dialog tabs in Gantt. We have prepared the sample and referred “ej.localetexts.zh-CN.js” which carries the “zh-CN” locale text for all the EJ controls.
Please find the code example below:
<head>
<script src="cultures/ej.culture.zh-CN.min.js"></script>
<script src="cultures/ej.localetexts.zh-CN.js"></script></head>
<script>
$("#GanttContainer").ejGantt({
locale:"zh-CN",
});
});
</script> |
Please refer the culture and locale text script files from the below link.
We have also prepared the sample based on this. Please find the sample from below location
Regards,
Jone sherine P S