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: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]
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);
}
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]