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

How to setthe gantt dialogTab title Localization

I want to set Chinese for the dialogTab Title,What can I do? and Can only modify the source file for the time being?

1 Reply

JS Jonesherine Stephen Syncfusion Team February 8, 2017 04:13 PM UTC

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 


Loader.
Live Chat Icon For mobile
Up arrow icon