diff --git a/lib/SimpleSAML/XHTML/Template.php b/lib/SimpleSAML/XHTML/Template.php
index dd21f236e80a9acbc36c7c1bf18421684823d5fe..6b18dd24f45e73b37e13be11514399f6a781afe1 100644
--- a/lib/SimpleSAML/XHTML/Template.php
+++ b/lib/SimpleSAML/XHTML/Template.php
@@ -72,6 +72,14 @@ class SimpleSAML_XHTML_Template {
     }
 
 
+    /**
+     * Wraps Language->getLanguageList
+     */
+    public function includeInlineTranslation($tag, $translation) {
+        return $this->translator->includeInlineTranslation($tag, $translation);
+    }
+
+
     /**
      * Show the template to the user.
      */