diff --git a/speech/talk_locale.json b/speech/talk_locale.json
new file mode 100644
index 0000000000000000000000000000000000000000..0ff88569d223f2d8c91e8e80f947361ab680d8e9
--- /dev/null
+++ b/speech/talk_locale.json
@@ -0,0 +1,54 @@
+{
+	"en-US": {
+		"talkto": "",
+		"speaking": "speechSynthesis.speaking",
+		"speaking2": "already speaking",
+		"onerror": "SpeechSynthesisUtterance.onerror: ",
+		"micna": "sorry, speech recognition not available on this platform",
+		"miclabel": "Please switch ON the microphon",
+		"errorname": "Speech recognition error detected: ",
+		"errormessage": "Additional information: ",
+		"commandlist": "command list",
+		"commandlistinfo": "AVAILABLE COMMANDS\nlist\nopen [panel]\nsearch [map]",
+		"welcome": "welcome on ",
+		"listresp": "List of commands: workstation, launch and list",
+		"list": ["list"],
+		"section": "section",
+		"zero": "zero",
+		"one": "one",
+		"two": "two",
+		"three": "three",
+		"four": "four",
+		"five": "five",
+		"six": "six",
+		"seven": "seven",
+		"eight": "eight",
+		"nine": "nine",
+		"open": ["start", "open", "panel"],
+		"openSelect": "tell the number of the correct option,<br>zero to exit",
+		"search": ["search","find"],
+		"openconfirm": "Vould you open panel",
+		"openmiss": "Not Found"
+	},
+	"it-IT": {
+		"talkto": "",
+		"speaking": "microfono gia' impegnato (speechSynthesis.speaking)",
+		"speaking2": "microfono gia' impegnato",
+		"onerror": "Errore nell'enunciato linguistico (SpeechSynthesisUtterance.onerror): ",
+		"micna": "spiacente, riconoscitore vocale non disponibile su questo dispositivo",
+		"miclabel": "Si prega di accendere il microfono",
+		"errorname": "Errore nel riconoscimento vocale: ",
+		"errormessage": "Informazioni aggiuntive",
+		"commandlist": "lista comandi",
+		"commandlistinfo": "LISTA COMANDI VOCALI\nlista\napri [pannello]\ncerca [mappa]",
+		"welcome": "benvenuto su ",
+		"listresp": "I comandi disponibili sono: worksteescion, lancia e lista",
+		"list": ["lista"],
+		"section": "sezione",
+		"open": ["start","apri","pannello"],
+		"openSelect": "pronuncia il numero dell'opzione corretta,<br>zero per uscire",
+		"search": ["cerca","ricerca","trova"],
+		"openconfirm": "Vuoi aprire il pannello",
+		"openmiss": "Nome pannello non trovato"
+	}
+}