Is there a way to localize (or just rename) the captions of the messagebox buttons ?
Thank you
I found a solution:
Infragistics.Shared.ResourceCustomizer rc;
rc = Infragistics.Win.Resources.Customizer;
rc.SetCustomizedString("MessageBoxButtonXXX", "New Text");