SpreadSheet localization

Hello,

What is the best way to localize JS1 SpreadSheet component?

1 Reply

SI Silambarasan I Syncfusion Team November 19, 2018 10:38 AM UTC

Hi Bogumil, 

Thank you for contacting Syncfusion support. 

We would like to let you know that our Syncfusion components have provided with build-in localization support and we can localize it by using locale object with custom-texts and refer the needed culture to ‘locale’ property. Please refer the below code example. 


ej.Spreadsheet.Locale["es-ES"] = { 
    Cut: "Cortada", 
    Copy: "Copia", 
    Paste: "Pasta", 
    ... 
 
} 


Also, we have provided a set of localization files for certain languages in GitHub. You can define your own localization file if it is not available in GitHub. Please refer the below link. 

Help DOC link: 

JSPlayground Demo Sample Links: 

Could you please check the above information and get back to us if you need further assistance? 

Regards, 
Silambarasan 


Loader.
Up arrow icon