Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 1.67 KB

globalization.md

File metadata and controls

46 lines (31 loc) · 1.67 KB
title page_title description position slug
Globalization
.NET MAUI Calendar Documentation - Globalization
Check our "Localization and Globalization" documentation article for Telerik Calendar for .NET MAUI
16
calendar-globalization

.NET MAUI Calendar Globalization

Globalization refers to developing an application in such a way that it works on the target device culture. This includes changes in the Calendar day names and first day of week.

The Telerik UI for .NET MAUI Calendar control supports globalization through the Culture property (of type System.Globalization.CultureInfo).

The following example demonstrates how to set the desired culture in the RadCalendar:

1. Define the RadCalendar in XAML:

2. Add the namespace:

xmlns:telerik="http://schemas.telerik.com/2022/xaml/maui"

3. Set the desired culture in the code-behind:

This is the result:

.NET MAUI Calendar Globalization

For a runnable example demonstrating how to configure the Calendar Culture, see the [SDKBrowser Demo Application]({%slug sdkbrowser-app%}) and go to the Calendar > Features category.

See Also

  • [Navigation]({%slug calendar-navigation%})
  • [Display modes]({%slug calendar-display-modes%})
  • [Formatting]({%slug calendar-date-formatting%})
  • [Selection modes]({%slug calendar-selection%})
  • [Events]({%slug calendar-events%})
  • [Commands]({%slug calendar-commands%})
  • [Templates]({%slug calendar-templates-overview%})
  • [Styling]({%slug calendar-header-styling%})