Hi,
is it possible to translate parts of the component FormattedTextUIEditorForm?
Unfortunately, I did not find this one in the Assembly Resource Strings.
Thank you,
Regards
Thank you!
Hi aluone,
You can customize this dialog using the Formatted Link Label strings. The dialog is shared between the two controls. For example, this code
Infragistics.Shared.ResourceCustomizer rc = Infragistics.Win.SupportDialogs.Resources.Customizer;rc.SetCustomizedString("FormattedLinkLabelEditor_ValueTab", "Custom string");
will change the text on the Value tab of the editor form from "Edit Value as Formatted Text" to "Custom string"