Taskbar tooltip translation

Hi,

How to translate text in taskbar tooltip?



Best regards,
Tomasz Tomczykiewicz

3 Replies

JA Jesus Arockia Sankaran S Syncfusion Team July 5, 2019 08:58 AM UTC

Hi Tomasz, 
 
We can translate the Gantt default text by referring the required locale text and setCulture name to the sample.  

Please find the code example below. 
 
<script> 
  //... 
  import { L10n, setCulture } from '@syncfusion/ej2-base'; 
  setCulture('ar-AE'); 
  L10n.load({ 
    'ar-AE': { 
        'gantt': { 
            "startDate": "تاريخ البدء", 
            "endDate": "تاريخ الانتهاء", 
            "duration": "المدة الزمنية", 
            "progress": "تقدم", 
        }, 
    } 
    }); 
    //... 
</script>                                
 
Please find the below documentation and sample link. 
Sample - https://www.syncfusion.com/downloads/support/directtrac/general/ze/simplegantt885627312                                                                                                                       
 
Regards, 
Jesus Arockia Sankaran S 



TT Tomasz Tomczykiewicz July 8, 2019 06:49 AM UTC

Thanks, it's solved my problem.


JA Jesus Arockia Sankaran S Syncfusion Team July 9, 2019 01:07 PM UTC

Hi Tomasz, 
 
Thanks for your reply. 
 
Regards, 
Jesus Arockia Sankaran S  


Loader.
Up arrow icon