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?
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.htmlAnd 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.htmlI hope this information was helpful.Best regards,DimiDeveloper Support EngineerInfragistics Inc.