Hi Marinko,
Thanks for using Syncfusion products.
You can localize the label texts of the Recurrence Form using RecurringForm.DisplayStrings property. But the array customization is limited to the following texts alone.
VB
RecurringForm.DisplayStrings = RecurringFormDisplayStrings
Public Shared RecurringFormDisplayStrings() As String = { "Confirm the deletion of all occurrences?", "Delete Confirmation", "Recurrence Pattern", "Recurrence Range", "OK", "Cancel", "Delete Recurring Event", "Appointment Recurrence", "Recur every", "week(s)", "of", "month", "of the", "month(s)", "of every ", "day(s)", "Start:", "recurrences" } |
We have logged an improvement feature to implement the remaining text in the DisplayStrings array and it will be available in any of our upcoming releases.
Please let us know if you need any further details on this.
Regards,
Arulraj A