diff --git a/html5/verto/verto_communicator/src/locales/locale-fr.json b/html5/verto/verto_communicator/src/locales/locale-fr.json
index 55e74b9e39..11dc43fc7f 100644
--- a/html5/verto/verto_communicator/src/locales/locale-fr.json
+++ b/html5/verto/verto_communicator/src/locales/locale-fr.json
@@ -139,5 +139,5 @@
"ERROR_PERMISSION_MEDIA": "Erreur: La permission d'accéder aux périphériques multimedia as été refusée",
"ERROR_PROVISIONING_CONF": "Erreur: La configuration as échouée.",
"PLEASE_WAIT": "Merci de patienter...",
- "CANCEL": "Annuler",
+ "CANCEL": "Annuler"
}
diff --git a/html5/verto/verto_communicator/src/vertoApp/vertoApp.module.js b/html5/verto/verto_communicator/src/vertoApp/vertoApp.module.js
index 63126cee4a..925969bc28 100644
--- a/html5/verto/verto_communicator/src/vertoApp/vertoApp.module.js
+++ b/html5/verto/verto_communicator/src/vertoApp/vertoApp.module.js
@@ -67,14 +67,15 @@
prefix: 'locales/locale-',
suffix: '.json'
})
- .registerAvailableLanguageKeys(['en', 'it', 'pt'], {
+ .registerAvailableLanguageKeys(['en', 'it', 'pt', 'fr'], {
'en': 'en',
'en_GB': 'en',
'en_US': 'en',
'it': 'it',
'it_IT': 'it',
- 'fr': 'fr',
- 'fr_FR': 'fr',
+ 'fr': 'fr',
+ 'fr_FR': 'fr',
+ 'fr_CA': 'fr',
'pt': 'pt',
'pt_BR': 'pt',
'pt_PT': 'pt'