@{
ViewBag.Title = "Laos";
Layout = "~/Views/Shared/_LayoutHome.cshtml";
}
@**@
@using NEducation.Content.Texts;
@using NEducation.Controllers;
@using NEducation.Code;
@{
String isSub = Session["isSub"] as String;
UserProfile profile = Session["profile"] as UserProfile;
}
@section navMenu{
@Lang.Home
@Lang.english
@Lang.vietnamese
@Lang.laos
@*
@Lang.Ebook
*@
*@
@Lang.DoYouWantToGoodAtLaos
@Lang.RegisterWithUnitelEduLao
@{ if (isSub == "true") { @Lang.JoinWithUs } else if (profile != null) { @NEducation.Content.Texts.Lang.Register } else { @NEducation.Content.Texts.Lang.Register } }