From: jocloud Date: Thu, 21 May 2020 15:55:55 +0000 (+0000) Subject: footer, title 언어변경시 같이 변경도되록 수정 X-Git-Url: https://git.insang.kr/gitweb/?a=commitdiff_plain;h=aa13e3c78a3d5827f516fecc9a24a3427c08a55e;p=ZipProject.git footer, title 언어변경시 같이 변경도되록 수정 --- 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"]; }