Imports Infragistics.Shared Dim rc As ResourceCustomizer ' Get the resource customizer object for the 'Infragistics.Win' assembly. ' and customize the string resources. rc = Infragistics.Win.Resources.Customizer ' Customize the text for the Ok MessageBox Button. rc.SetCustomizedString("MessageBoxButtonOK", "Yes") ' Customize the text for the Abort MessageBox Button rc.SetCustomizedString("MessageBoxButtonAbort", "Stop") ' Customize the text for the Retry MessageBox Button rc.SetCustomizedString("MessageBoxButtonRetry", "Try Again")