I have a ultradayview control for which the day text format I have set to "dddddd" which shows the day text as Sunday.. Monday... so.. on till Saturday. I want to replace this text based on the Language string as per the selected language by a user. I am unable to find a way to change the header text of the ultradayview control. Can anybody help me with a sample code on how to achieve this?
Thanks
The control's support for the DayTextFormat property is culture-sensitive, so if the user's machine is set for a particular locale, it will use that locale's settings.