@{ Layout = "~/Views/Shared/_Root.cshtml"; //title Html.AddTitleParts(T("Common.Config").Text); }
@Html.Action("TaxTypeSelector", "Common") @Html.Action("CurrencySelector", "Common") @Html.Action("LanguageSelector", "Common")