diff --git a/editor b/editor
index d10713e5e1b36c2cd628398b4a2674af3409719f..7a8999adf46d4b1ff859ab33818e5a0fa22ca8de 160000
--- a/editor
+++ b/editor
@@ -1 +1 @@
-Subproject commit d10713e5e1b36c2cd628398b4a2674af3409719f
+Subproject commit 7a8999adf46d4b1ff859ab33818e5a0fa22ca8de
diff --git a/locallib.php b/locallib.php
index b72f362fac330a309d8fc784685d6cff91973f36..1500a6657d859103bf155d5768123baa07c39ae6 100644
--- a/locallib.php
+++ b/locallib.php
@@ -197,7 +197,8 @@ function hvp_add_editor_assets($id = null) {
       'metadataSemantics' => $contentvalidator->getMetadataSemantics(),
       'assets' => $assets,
       // @codingStandardsIgnoreLine
-      'apiVersion' => H5PCore::$coreApi
+      'apiVersion' => H5PCore::$coreApi,
+      'language' => $language,
     );
 
     if ($id !== null) {