-@*\r
+@*\r
For more information on enabling MVC for empty projects, visit https://go.microsoft.com/fwlink/?LinkID=397860\r
*@\r
@{\r
+ string lang = (string)ViewData["lang"];\r
}\r
<footer>\r
<div class="webzip-footer">\r
<div class="col-sm-8 webzip-footer-leftalign">\r
- <span>쉽고 편리한 압축! NiceZip을 찾아주세요.</span>\r
+ <span>@LanguagePack.GetText(lang, "footIntroduce")</span>\r
<span></span>\r
</div>\r
<div class="col-sm-4 webzip-footer-rightalign">\r
For more information on enabling MVC for empty projects, visit https://go.microsoft.com/fwlink/?LinkID=397860\r
*@\r
@{\r
- ViewData["Title"] = "NiceZip: Easily file compression!";\r
string lang = (string)ViewData["lang"];\r
+ ViewData["Title"] = @LanguagePack.GetText(lang, "Title");\r
}\r
\r
<div class="webzip-bodycontainer">\r
{
+ "Title": "NiceZip:: The world's easiest online simple compression site!",
"bodyIntroduce": "Easy online compression site! Please install the compression program! This webpage will help you.",
"editname": "Edit name",
"format": "Format",
{
+ "Title": "나이스집:: 세상 간편한 온라인 간편압축 사이트!",
"bodyIntroduce": "온라인 간편압축 사이트! 압축프로그램을 설치하시기 찜찜하신가요! 나이스집이 도와드립니다",
"editname": "이름 수정",
"format": "압축 형식",