Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
270
How to override "click to add appointment" text in schedule controls
posted

Hi gentlemen!

 

I have a problem - I need to override English message "Click to add appointment" that appears each time I have mouse over my various calendar-presentation controls. I need instead a message in my native language. Please, explain me how to implement this task?

  • 12773
    Suggested Answer
    posted

    Hello,

    You can find all customization strings for WinShedule in:
    http://help.infragistics.com/Help/NetAdvantage/NET/2008.3/CLR2.0/html/WinSchedule_Resource_Strings.html
    And you can use SetCustomizedString method of the Resource customizer to set your own string using the sample code below:

    Infragistics.Shared.ResourceCustomizer rc;
    rc.SetCustomizedString("ClickToAddAppointment_Text", "New ClickToAddAppointment_Text");

    You can also look at the online help how to use Resource Customizer:
    http://help.infragistics.com/Help/NetAdvantage/NET/2008.3/CLR2.0/html/Win_Customizing_Assembly_Resource_Strings.html

    I hope this information was helpful.

    Best regards,
    Dimi
    Developer Support Engineer
    Infragistics Inc.