@using Microsoft.AspNetCore.Localization @model WalkingTec.Mvvm.Mvc.CodeGenVM @{ Layout = null; } @{ var requestCulture = Context.Features.Get(); } @ViewData["title"]
@if (requestCulture.RequestCulture.UICulture.Name.ToLower().Contains("zh")) { 使用付费版的WtmPlus可以在线维护模型,拖拽控件,更轻松的配置主子表,联动等复杂功能,欢迎使用。 点击进入WTMPlus } else { Using the paid version of WtmPlus, you can maintain models online, drag and drop controls, and configure the main and sub-tables, linkage and other complex functions more easily. Click here to go to WTMPlus } @if (Model.UI == WalkingTec.Mvvm.Core.UIEnum.LayUI) { }