How to change the default text on the button

Wizard for WPF Forum

Posted 14 years ago by Daniel Lusignan
Version: 9.1.0507
Avatar
Hi! I'm considering to buy the suite but I need to know, how can I change the text on each button of the wizard? Since we're localize our application.

For now, I've tried this, but without success:

private void aeroWizardWindow_Loaded(object sender, RoutedEventArgs e)
{
    LocTextExtension locNext = new LocTextExtension("Jupiter:Resource:Next");

    locNext.SetBinding(aeroWizardWindow, Wizard.NextButtonTextProperty);
}

Thank you.

Daniel

[Modified at 11/11/2009 10:21 AM]

[Modified at 11/11/2009 10:21 AM]

[Modified at 11/11/2009 10:22 AM]

Comments (2)

Posted 14 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Hi Daniel,

All the string properties on Wizard (like FinishButtonText, etc.) are localizable. There is a Localization documentation topic that describes them too.


Actipro Software Support

Posted 14 years ago by Daniel Lusignan
Avatar
Thank You!
The latest build of this product (v24.1.2) was released 10 days ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.