Hi everyone
I'd like to customize several textes on Ultradayview, like the tooltip text "click for more appointments" or the warning "Too many days selected".
The last one would be "From 21 September" e.g., which appears on an appointment when it lasts longer than one day.
I wasn't able to find any property or such to change those textes. Since we're running our application in German, it'd be great if we could translate them to German.
Is there a way to do that?
Thanks in advance
Ilia.
Hello Ilia,
Just to confirm (since the post is in the "Web Sites" forum but the control is "UltraDayView"), you're using Windows Forms, right? If so, yes, you can customize these.
Customizing Assembly Resource Strings
WinSchedule Resource Strings
In particular, you'd be using the following keys:
MoreActivityIndicator_ToolTip_Text - Click for more appointments.MaxSelectedDaysExceededError - Too many days have been selected.DateContinuationUIElement_FromStartDate - From {0}
Let me know if you have further questions.
Elizabeth AlbertLocalization Engineer
Thank you very much, it was very helpful, and sorry for posting on the wrong place.