Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1104
Translating FormattedTextUIEditorForm
posted

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

  • 1104
    Offline posted in reply to Mike Bowshewicz

    Thank you!

  • 12480
    Verified Answer
    Offline posted

    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"