Wizard - Change the text of the Finish button

1 Answer 259 Views
Wizard
Angela
Top achievements
Rank 1
Iron
Angela asked on 07 Apr 2022, 03:28 PM
Is there a way to change the text of the Finish button?

1 Answer, 1 is accepted

Sort by
1
Accepted
Vessy
Telerik team
answered on 08 Apr 2022, 02:10 PM

Hi Angela,

You can set a custom text to the Finish button by passing the desired string to the RadWizard's Localization.Finish property:

https://docs.telerik.com/devtools/aspnet-ajax/controls/wizard/accessibility-and-internationalization/localization

        <telerik:RadWizard RenderMode="Lightweight" ID="RadWizard2" runat="server" Width="550px">
            <Localization Finish="Some new finish text" />
            ...
        </telerik:RadWizard>

Regards,
Vessy
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Angela
Top achievements
Rank 1
Iron
commented on 16 Apr 2022, 10:14 PM

Thank you. This worked perfectly!
Vessy
Telerik team
commented on 18 Apr 2022, 02:03 PM

You are welcome, Angela :)
Tags
Wizard
Asked by
Angela
Top achievements
Rank 1
Iron
Answers by
Vessy
Telerik team
Share this question
or