diff --git a/webapp/controller/Home.controller.js b/webapp/controller/Home.controller.js
index ae9685a..fc729e8 100644
--- a/webapp/controller/Home.controller.js
+++ b/webapp/controller/Home.controller.js
@@ -18,7 +18,9 @@ sap.ui.define(
city: "Walldorf",
zip: "69190",
country: "Germany"
- }
+ },
+ salesToDate: 12345.6789,
+ currencyCode: "EUR"
});
//Set model globally for all views/controls (dirty) "sap.ui.getCore().setModel(oModel);""
diff --git a/webapp/i18n/i18n.properties b/webapp/i18n/i18n.properties
index a00b8e7..4543bc6 100644
--- a/webapp/i18n/i18n.properties
+++ b/webapp/i18n/i18n.properties
@@ -7,7 +7,7 @@ firstName=First Name
lastName=Last Name
enabled=Enabled
address=Address
-
+salesToDate=Sales to Date
# Screen titles
panel1HeaderText=Data Binding Basics
diff --git a/webapp/i18n/i18n_de.properties b/webapp/i18n/i18n_de.properties
index 161738b..cd6efda 100644
--- a/webapp/i18n/i18n_de.properties
+++ b/webapp/i18n/i18n_de.properties
@@ -6,6 +6,8 @@ appDescription=UI5 Data Binding Walkthrough
firstName=Vorname
lastName=Nachname
enabled=Aktiviert
+address=Adresse
+salesToDate=Verk\u00e4ufe bis zum heutigen Datum
# Screen titles
panel1HeaderText=Data Binding Grundlagen
diff --git a/webapp/i18n/i18n_en.properties b/webapp/i18n/i18n_en.properties
index a00b8e7..4543bc6 100644
--- a/webapp/i18n/i18n_en.properties
+++ b/webapp/i18n/i18n_en.properties
@@ -7,7 +7,7 @@ firstName=First Name
lastName=Last Name
enabled=Enabled
address=Address
-
+salesToDate=Sales to Date
# Screen titles
panel1HeaderText=Data Binding Basics
diff --git a/webapp/view/Home.view.xml b/webapp/view/Home.view.xml
index e4db08b..524e7dc 100644
--- a/webapp/view/Home.view.xml
+++ b/webapp/view/Home.view.xml
@@ -17,15 +17,24 @@
-
+ }" text="{i18n>sendEmail}"/>
+
+
+
+