This topic demonstrates how to set the culture to Spanish (Argentina) using the Culture property.
To select the culture at design time:
You can choose a specific culture for the C1Calendar control. To set the Culture property for the control, simply open its Properties window and select a culture from its drop-down list.
To select the culture using HTML code:
To set the Culture value, use the following source code in the .aspx page:
To write code in Source View
<cc1:C1Calendar ID="C1Calendar1" runat="server" Culture="es-ES"> </cc1:C1Calendar>
This topic illustrates the following:
The following C1Calendar control shows the applied culture - Spanish (Spain):