Index: Riskeer/Integration/src/Riskeer.Integration.IO/Exporters/HydraulicBoundaryLocationCalculationsForTargetProbabilitiesExporter.cs
===================================================================
diff -u -r3178fe8b6ae605b67d9b4dec9d73e36b8aa8c4d5 -r059bf9fe80a0264abb9f033ef99a2e57a981fcff
--- Riskeer/Integration/src/Riskeer.Integration.IO/Exporters/HydraulicBoundaryLocationCalculationsForTargetProbabilitiesExporter.cs (.../HydraulicBoundaryLocationCalculationsForTargetProbabilitiesExporter.cs) (revision 3178fe8b6ae605b67d9b4dec9d73e36b8aa8c4d5)
+++ Riskeer/Integration/src/Riskeer.Integration.IO/Exporters/HydraulicBoundaryLocationCalculationsForTargetProbabilitiesExporter.cs (.../HydraulicBoundaryLocationCalculationsForTargetProbabilitiesExporter.cs) (revision 059bf9fe80a0264abb9f033ef99a2e57a981fcff)
@@ -27,6 +27,7 @@
using Core.Common.Util;
using Riskeer.Common.Data.Hydraulics;
using Riskeer.Common.Forms.Helpers;
+using Riskeer.Integration.IO.Properties;
namespace Riskeer.Integration.IO.Exporters
{
@@ -80,8 +81,8 @@
HydraulicBoundaryLocationCalculationsType calculationsType)
{
string exportType = calculationsType == HydraulicBoundaryLocationCalculationsType.WaterLevel
- ? "Waterstanden"
- : "Golfhoogten";
+ ? Resources.HydraulicBoundaryLocationCalculationsForTargetProbabilitiesExporter_WaterLevels_DisplayName
+ : Resources.HydraulicBoundaryLocationCalculationsForTargetProbabilitiesExporter_WaveHeights_DisplayName;
var fileName = $"{exportType}_{ReturnPeriodFormattingHelper.FormatFromProbability(calculationsForTargetProbability.TargetProbability)}";
string filePath = Path.Combine(folderPath, $"{fileName}.shp");
Index: Riskeer/Integration/src/Riskeer.Integration.IO/Properties/Resources.Designer.cs
===================================================================
diff -u -r129bee0491f9f29f4cd10662d812d1b541502129 -r059bf9fe80a0264abb9f033ef99a2e57a981fcff
--- Riskeer/Integration/src/Riskeer.Integration.IO/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 129bee0491f9f29f4cd10662d812d1b541502129)
+++ Riskeer/Integration/src/Riskeer.Integration.IO/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 059bf9fe80a0264abb9f033ef99a2e57a981fcff)
@@ -196,6 +196,26 @@
}
///
+ /// Looks up a localized string similar to Waterstanden.
+ ///
+ internal static string HydraulicBoundaryLocationCalculationsForTargetProbabilitiesExporter_WaterLevels_DisplayName {
+ get {
+ return ResourceManager.GetString("HydraulicBoundaryLocationCalculationsForTargetProbabilitiesExporter_WaterLevels_D" +
+ "isplayName", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Golfhoogten.
+ ///
+ internal static string HydraulicBoundaryLocationCalculationsForTargetProbabilitiesExporter_WaveHeights_DisplayName {
+ get {
+ return ResourceManager.GetString("HydraulicBoundaryLocationCalculationsForTargetProbabilitiesExporter_WaveHeights_D" +
+ "isplayName", resourceCulture);
+ }
+ }
+
+ ///
/// Looks up a localized string similar to h.
///
internal static string HydraulicBoundaryLocationCalculationsWriter_WaterLevelCalculationType_WaterLevel_DisplayName {
Index: Riskeer/Integration/src/Riskeer.Integration.IO/Properties/Resources.resx
===================================================================
diff -u -r129bee0491f9f29f4cd10662d812d1b541502129 -r059bf9fe80a0264abb9f033ef99a2e57a981fcff
--- Riskeer/Integration/src/Riskeer.Integration.IO/Properties/Resources.resx (.../Resources.resx) (revision 129bee0491f9f29f4cd10662d812d1b541502129)
+++ Riskeer/Integration/src/Riskeer.Integration.IO/Properties/Resources.resx (.../Resources.resx) (revision 059bf9fe80a0264abb9f033ef99a2e57a981fcff)
@@ -203,4 +203,10 @@
Hs
+
+ Waterstanden
+
+
+ Golfhoogten
+
\ No newline at end of file