From aa13e3c78a3d5827f516fecc9a24a3427c08a55e Mon Sep 17 00:00:00 2001 From: jocloud Date: Thu, 21 May 2020 15:55:55 +0000 Subject: [PATCH] =?utf8?q?footer,=20title=20=EC=96=B8=EC=96=B4=EB=B3=80?= =?utf8?q?=EA=B2=BD=EC=8B=9C=20=EA=B0=99=EC=9D=B4=20=EB=B3=80=EA=B2=BD?= =?utf8?q?=EB=8F=84=EB=90=98=EB=A1=9D=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- ZipProject/Views/Shared/_Footer.cshtml | 5 +++-- ZipProject/Views/WebZip/Index.cshtml | 2 +- ZipProject/wwwroot/Language/en.json | 1 + ZipProject/wwwroot/Language/kr.json | 1 + 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/ZipProject/Views/Shared/_Footer.cshtml b/ZipProject/Views/Shared/_Footer.cshtml index 756e5f8..7014d1a 100644 --- a/ZipProject/Views/Shared/_Footer.cshtml +++ b/ZipProject/Views/Shared/_Footer.cshtml @@ -1,12 +1,13 @@ -@* +@* For more information on enabling MVC for empty projects, visit https://go.microsoft.com/fwlink/?LinkID=397860 *@ @{ + string lang = (string)ViewData["lang"]; }