@foreach (var item in _menuItems.OrderBy(x => x.Order)) { @item.Title } @if (IsMobile) { Github @if (CurrentLanguage != "en-US") { English } else { 简体中文 } @if (Direction?.ToUpperInvariant() != "RTL") { RTL } else { LTR } } @if (!IsMobile) { @if (CurrentLanguage != "en-US") { } else { } @if (Direction?.ToUpperInvariant() != "RTL") { } else { } }