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

Some texts aren't translated after Update to 14.2.0.26

Hi,

after your update some translations are lost in the schedule & grid:




1 Reply

KK Karthigeyan Krishnamurthi Syncfusion Team June 27, 2016 10:53 AM UTC

 
Thank you for contacting Syncfusion support.   
 
 We suspect that the problem might be due to the misplaced order of culture script file reference in your application. Please see to that the culture script files are referred correctly after the reference of web.all.min.js file in your script reference section. We were unable to reproduce the reported issue “Localization is not properly applied for Scheduler” at our end, therefore we have prepared the sample(includes Scheduler and Grid) for this which can be download from the following location:   
 
<Code> 
    <link rel='nofollow' href="http://cdn.syncfusion.com/14.2.0.26/js/web/flat-azure/ej.web.all.min.css" rel="stylesheet" /> 
    <link rel='nofollow' href="http://cdn.syncfusion.com/14.2.0.26/js/web/responsive-css/ej.responsive.css" rel="stylesheet" /> 
    <script type="text/javascript" src="http://cdn.syncfusion.com/js/assets/external/jquery-2.1.4.min.js"></script>     
    <script src="http://cdn.syncfusion.com/js/assets/external/jquery.easing.1.3.min.js"></script>     
    <script src="http://cdn.syncfusion.com/js/assets/external/jsrender.min.js"></script> 
    <script src="http://cdn.syncfusion.com/14.2.0.26/js/web/ej.web.all.min.js"> </script> 
    <script src="~/Scripts/ej.culture.de-DE.min.js"></script> 
</Code> 
 
In the above sample, Scheduler and Grid are rendered in German(de-DE) culture where month/day names are correctly localized. Kindly try with the above sample and if the issue still persists at your end, try to reproduce the error in the sample and revert else share the code example/sample (if possible).   
 
Regards, 
Karthigeyan 
  


Loader.
Live Chat Icon For mobile
Up arrow icon