Webiant Logo Webiant Logo
  1. No results found.

    Try your search with a different keyword or use * as a wildcard.

_CreateOrUpdate.Info.cshtml

@model LanguageModel

@{ var cultures = System.Globalization.CultureInfo.GetCultures(System.Globalization.CultureTypes.SpecificCultures) .OrderBy(x => x.EnglishName) .Select(x => new SelectListItem { Value = x.IetfLanguageTag, Text = $"{x.EnglishName}. {x.IetfLanguageTag}" }); }
@await Component.InvokeAsync(typeof(MultistoreDisabledWarningViewComponent))