From c5125882cd7ab8226f4a7bc577d641a8734b5c22 Mon Sep 17 00:00:00 2001
From: Oliver Foster <oliver.foster@kineo.com>
Date: Mon, 12 Feb 2024 10:22:49 +0000
Subject: [PATCH] Fix: set html lang and dir attributes from config.json (fixes
 499)

---
 required/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/required/index.html b/required/index.html
index 778df491..71dfeddc 100644
--- a/required/index.html
+++ b/required/index.html
@@ -1,5 +1,5 @@
 <!doctype html>
-<html id="adapt" class="no-js" lang="en" dir="ltr">
+<html id="adapt" class="no-js" lang="@@config._defaultLanguage" dir="@@config._defaultDirection">
   <head>
     <script type="text/javascript">
       window.ADAPT_BUILD_TYPE = '@@build.type';