Posted 6 March 2023, 6:31 am EST
Hi Grapecity team,
I am researching for switching language for spreadsheet, but I have problem with translate the ribbon (Designer Component)
Currently I import resource file like this:
<script src="/js/gc.spread.sheets.designer.resource.en.x.x.x.min.js" type="text/javascript"></script>
<script src="/js/gc.spread.sheets.designer.resource.ja.x.x.x.min.js" type="text/javascript"></script>
<script src="/js/gc.spread.sheets.designer.resource.cn.x.x.x.min.js" type="text/javascript"></script>
<script src="/js/gc.spread.sheets.designer.resource.ko.x.x.x.min.js" type="text/javascript"></script>
<script src="/js/gc.spread.sheets.designer.all.x.x.x.min.js" type="text/javascript"></script>
It keeps run into the last file (Korean), and I cannot find any SpreadJS function to switch between them (such as
GC.Spread.Common.CultureManager.culture('en-us'))May I ask is there any way to switch language for Designer?
Thank you for your help!
