From 3e1b41d57378da9cf75c970828ceb817a0916c16 Mon Sep 17 00:00:00 2001 From: Arhell Date: Wed, 8 Nov 2023 04:21:20 +0200 Subject: [PATCH] Accessibility add lang tag to html --- reactiveui/docfx.json | 1 + 1 file changed, 1 insertion(+) diff --git a/reactiveui/docfx.json b/reactiveui/docfx.json index e9d1e749..c80947e7 100644 --- a/reactiveui/docfx.json +++ b/reactiveui/docfx.json @@ -68,6 +68,7 @@ ], "build": { "globalMetadata": { + "_lang": "en", "_appTitle": "An advanced, composable, reactive model-view-viewmodel framework", "_appLogoPath": "images/logoSmall.png", "_appFaviconPath": "images/favicons/favicon.ico",