Index: Ringtoets/Common/src/Ringtoets.Common.Forms/SelectionDialogBase.cs =================================================================== diff -u -r76511556cd5348a48bb0401dae48e6ed2215fa61 -r1e5ad56c5709dbdc59254e6f723d01e0bce55454 --- Ringtoets/Common/src/Ringtoets.Common.Forms/SelectionDialogBase.cs (.../SelectionDialogBase.cs) (revision 76511556cd5348a48bb0401dae48e6ed2215fa61) +++ Ringtoets/Common/src/Ringtoets.Common.Forms/SelectionDialogBase.cs (.../SelectionDialogBase.cs) (revision 1e5ad56c5709dbdc59254e6f723d01e0bce55454) @@ -47,10 +47,19 @@ { InitializeComponent(); InitializeEventHandlers(); + Localize(); SelectedItems = new List(); } + private void Localize() + { + SelectAllButton.Text = Resources.SelectionDialogBase_SelectionDialogBase_Select_all; + DeselectAllButton.Text = Resources.SelectionDialogBase_SelectionDialogBase_Deselect_all; + DoForSelectedButton.Text = Resources.SelectionDialogBase_SelectionDialogBase_Generate; + CustomCancelButton.Text = Resources.SelectionDialogBase_SelectionDialogBase_Cancel; + } + /// /// Gets a collection of selected if they were selected /// in the dialog and a confirmation was given. If no confirmation was given or no