diff --git a/resources/install/scripts/app/xml_handler/index.lua b/resources/install/scripts/app/xml_handler/index.lua index 7a9958a3ca..d97f45f408 100644 --- a/resources/install/scripts/app/xml_handler/index.lua +++ b/resources/install/scripts/app/xml_handler/index.lua @@ -113,3 +113,6 @@ if (XML_REQUEST["section"] == "dialplan") then dofile(scripts_dir.."/app/xml_handler/resources/scripts/dialplan/dialplan.lua"); end + if (XML_REQUEST["section"] == "languages") then + dofile(scripts_dir.."/app/xml_handler/resources/scripts/languages/languages.lua"); + end \ No newline at end of file