diff --git a/htdocs/core/class/html.form.class.php b/htdocs/core/class/html.form.class.php index aaf856152b70a..329017cc3b272 100644 --- a/htdocs/core/class/html.form.class.php +++ b/htdocs/core/class/html.form.class.php @@ -8890,7 +8890,8 @@ public static function multiselectarray($htmlname, $array, $selected = array(), escapeMarkup: function (markup) { return markup; }, // let our custom formatter work // Specify format function for selected item formatSelection: formatSelection, - templateSelection: formatSelection /* For 4.0 */ + templateSelection: formatSelection, /* For 4.0 */ + language: select2arrayoflanguage }); /* Add also morecss to the css .select2 that is after the #htmlname, for component that are show dynamically after load, because select2 set