Hello Anders,
Changing the DayView "ALL-DAY" label text is currently not exposed in Xamarin.Forms. If you would like to see that functionality I encourage you to submit a feature request in our
FeedbackPortal.
However you can achieve that behavior by creating a custom CalendarRenderer where you will have access to the native control and you can change the label text. I'm posting simple implementation of CustomCalendarRenderer that should solve your problem:
Android implementation:
iOS implementation:
Here are a few links about how to create a custom renderer:
I hope I've been helpful.
Regards,
Nikolay
Progress Telerik
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Feedback Portal
and vote to affect the priority of the items