Index: src/Deltares.DSoilModel.Forms/Translations.xml =================================================================== diff -u -r115 -r116 --- src/Deltares.DSoilModel.Forms/Translations.xml (.../Translations.xml) (revision 115) +++ src/Deltares.DSoilModel.Forms/Translations.xml (.../Translations.xml) (revision 116) @@ -83,4 +83,5 @@ + Index: src/Deltares.DSoilModel.Forms/SpecificMechanismPointLocationControl.cs =================================================================== diff -u -r6 -r116 --- src/Deltares.DSoilModel.Forms/SpecificMechanismPointLocationControl.cs (.../SpecificMechanismPointLocationControl.cs) (revision 6) +++ src/Deltares.DSoilModel.Forms/SpecificMechanismPointLocationControl.cs (.../SpecificMechanismPointLocationControl.cs) (revision 116) @@ -3,6 +3,7 @@ using Deltares.Standard.EventPublisher; using Deltares.Standard.Forms; using Deltares.Standard.Forms.DExpress; +using Deltares.Standard.Language; namespace Deltares.DSoilModel.Forms { @@ -13,7 +14,7 @@ public SpecificMechanismPointLocationControl() { InitializeComponent(); - ((IPropertyControl) this).Name = "SpecificMechanismPointLocation"; + ((IPropertyControl) this).Name = LocalizationManager.GetTranslatedText(this, "SpecificMechanismPointLocation"); BindSupport.BindTextAndValue(this, XcoordinateLabel, XcoordinateEdit, typeof(SpecificMechanismPointLocation), "XCoordinate"); BindSupport.BindTextAndValue(this, MechanismLabel, MechanismEdit, typeof(SpecificMechanismPointLocation), "Mechanism");