Hi Zain,
Your requirement of ‘change the No appointment text’ can be achieved by adding the resx file for the custom strings in SfCalendar. Please refer to the following code snippet for your reference.
Code snippet
|
public MainPage()
{
InitializeComponent();
// set Calendar Resource manager
CalendarResourceManager.Manager = new System.Resources.ResourceManager("CalendarXamarin.Resources.Syncfusion.SfCalendar.XForms", GetType().GetTypeInfo().Assembly);
} |
Please refer to the sample in the following location,
Please refer to the following UG documentation about ‘how to add resx file in the project’
Please let us know if you have any concerns.
Regards,
SaiGanesh Sakthivel