If I want to localize the UltraCalendarCombo (especially the DateButtons and the NullDateLabel) there are some bugs:
If localizing the DateButtons (using Standard [English] and German) the values seem not to be stored correctly
The NullDateLabel can't be localized at all.
Hello RolandE,
How are you localizing the DateButtons and the NullDateLabel?
I would recommend using a resource file and setting the text by referencing the resource file. This would be based on the language of the current thread, which can be changed through code if necessary.
Here is a topic I found on how to set the NullDateLabel.
For the DateButtons, you can use the same approach. Could you explain or attach a sample showing how the values are stored incorrectly? Depending on the strings you'd like to localize, you might also be able to use the ResourceCustomizer for something like the today button.
Let me know if you have further questions.
Elizabeth AlbertLocalization Engineer