Posted 1 November 2021, 2:22 pm EST - Updated 3 October 2022, 9:33 am EST
SpreadJS mentioned in titles of warning/updates etc
Posted by: mwyatt on 1 November 2021, 2:22 pm EST
-
-
Posted 2 November 2021, 4:49 am EST
Hi,
The Designer component now supports the custom localization so could change the resource.title for the required functionality. Please refer to the following code snippet and let me know if you face any issues.
/*valid only on designer version gretaer than 14.2.0*/ let res = GC.Spread.Sheets.Designer.getResources() res.title = "title" let res = GC.Spread.Sheets.Designer.setResources(res) des.setConfig()custom Localization: https://www.grapecity.com/spreadjs/docs/v14/online/designer-localization.html
Regards
Avinash
