Overriding text on standard dialog buttons
In API V8, it became possible to override the texts “Yes”, “No”, “OK”, “Cancel”, “Close”, “Retry”, “Continue” on standard dialog buttons.
New optional parameters for button texts have been added to the methods for displaying standard dialogs. By default, the parameters do not need to be specified; the buttons will display default values. If you set parameters, the buttons will display the specified text.
List of modified methods:
IViewManager.ShowOkPopup
IViewManager.ShowClosePopup
IViewManager.ShowErrorPopup
IViewManager.ShowYesNoPopup
IViewManager.ShowOkCancelPopup
IViewManager.ShowRetryCancelPopup
IViewManager.ShowYesNoCancelPopup
IViewManager.ShowRetryIgnoreCancelPopup
IViewManager.ShowInputDialog
IViewManager.ShowCheckPermissionPopup
IViewManager.ShowCheckPermissionsPopup
IViewManager.ShowChooserPopup
IViewManager.ShowQuantityChangerPopup
IViewManager.ShowExtendedInputDialog
IViewManager.ShowKeyboard
IViewManager.ShowExtendedKeyboardDialog
IViewManager.ShowDateNumpadPopup
IViewManager.ShowCalendarPopup
IViewManager.ShowDateTimePopup