Hello,
The following documentation page on our website describes how to access and modify the strings in the NetAdvantage for WPF controls:
http://help.infragistics.com/Help/NetAdvantage/WPF/2008.2/CLR3.X/html/WPF_Customize_Assembly_Resource_Strings.html
There is a simple API you can call where you access a resource string by a key and modify it at run time.
I do not see a webpage which lists the constant key names for the XamDataTimeEditor. I have sent an email to engineering with this information and will try to get that to you as soon as possible.
Thanks!
I found out that the strings used for days and months come from the OS. To change these strings, you will need to set the system locale.
The following website will give you some insights into thsi subject.
http://serialseb.blogspot.com/2007/04/wpf-tips-1-have-all-your-dates-times.html
Please post back more details for what you want to accomplish if you need further assistance.
Ok, thanks for your help.
this solution works fine, but not for "today" label, this not depends of the current language, spanish in my case.
Any idea?
Thanks.
That one is covered in section of topics that Curtis referred to:
http://help.infragistics.com/Help/NetAdvantage/WPF/2008.2/CLR3.X/html/WPF_Assembly_Resource_Strings.html
http://help.infragistics.com/Help/NetAdvantage/WPF/2008.2/CLR3.X/html/WPF_Editors_Resource_Strings.html
In this case, the last string of the last link - TodayButtonCaption.
links are invalidated.
The links have been changed, so please find the corresponding ones below:
http://help.infragistics.com/NetAdvantage/WPF/2011.2/CLR4.0/?page=WPF_Assembly_Resource_Strings.html
http://help.infragistics.com/NetAdvantage/WPF/2011.2/CLR4.0/?page=WPF_Customize_Assembly_Resource_Strings.html
http://help.infragistics.com/NetAdvantage/WPF/2011.2/CLR4.0/?page=WPF_Editors_Resource_Strings.htmlIf you have any other questions please feel free to let us know.