@using Nop.Core @inject Nop.Services.Localization.ILocalizationService localizationService @inject IStoreContext storeContext @inject IWebHelper webHelper @inject IWorkContext workContext @{ var link = Url.RouteUrl("BlogRSS", new { languageId = (await workContext.GetWorkingLanguageAsync()).Id }, webHelper.GetCurrentRequestProtocol()); var storeName = await localizationService.GetLocalizedAsync(await storeContext.GetCurrentStoreAsync(), x => x.Name); }