Note
In versions prior to 5.0.0, the message was translated by the obsolete Language class.
Since version 5.0.0, the message is expected to be already localized. To use the same dynamic localization
as BaseForm or BaseUserControl when their DynamicStringLocalization
property is set to AssemblyScope or LocalScope, you can use the
LocalizationHelper.GetString method.
To localize the window caption, you can use the ConfirmMessage(IWin32Window, String, String, Boolean) overload and pass a custom localized string to the caption parameter.
To localize both the window caption and buttons, opt-in to use task dialogs by setting the UseTaskDialogs property to ,
and set the LanguageSettings.DynamicResourceManagersSource
auto-generated KGySoft.WinForms.Messages.<LanguageId>.resx files in the Resources folder of the executing application.