There are two ways to localize the calendar:
By default, calendar uses current regional settings.
This is the easiest way. Only need to specify the culture name.
On the right is a list of all available culture names you may use for quick reference.More details are available at CultureInfo class documentation.
You can manually override any values by specifying one or more of the following properties.
Here we let the calendar default to using current regional settings, which, in our case, are "en-US," but override the short day names to be a single letter.
Here we set culture to be "es-ES," but set first day of week to be Wednesday and set short day names in English.