From 468327d59764c62b2e1560ba0a69920cf154dfaf Mon Sep 17 00:00:00 2001 From: hishamco Date: Tue, 29 Sep 2020 18:29:18 +0300 Subject: [PATCH] Set localization RootNamespace to make it works --- Oqtane.Client/AssemblyInfo.cs | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Oqtane.Client/AssemblyInfo.cs diff --git a/Oqtane.Client/AssemblyInfo.cs b/Oqtane.Client/AssemblyInfo.cs new file mode 100644 index 00000000..d598bfb9 --- /dev/null +++ b/Oqtane.Client/AssemblyInfo.cs @@ -0,0 +1,3 @@ +using Microsoft.Extensions.Localization; + +[assembly: RootNamespace("Oqtane")]