Posted 8 March 2021, 8:00 am EST
Hi!
I’m including the c1-calendar control in an MVC core 3.1 app, but I need the display language of months and dates in spanish. Is it possible?
Thanks!
Forums Home / ComponentOne / ASP.NET MVC Edition
Posted by: sebastian73 on 8 March 2021, 8:00 am EST
Posted 8 March 2021, 8:00 am EST
Hi!
I’m including the c1-calendar control in an MVC core 3.1 app, but I need the display language of months and dates in spanish. Is it possible?
Thanks!
Posted 8 March 2021, 10:45 am EST
I mean a c1-input-date. Sorry.
Posted 9 March 2021, 2:48 am EST
Hi,
For this, you need to set the culture for C1-scripts tags as follows:
<c1-styles />
<c1-scripts culture="es">
<c1-basic-scripts />
</c1-scripts>
You may get the culture code from here:
https://www.grapecity.com/wijmo/docs/GettingStarted/Globalization
Hope it helps!
Regards,
Manish Gupta