Quantcast
Channel: ASP.NET Core
Viewing all articles
Browse latest Browse all 9386

Localization on _Layout.cshtml

$
0
0

I have a project where localization is working fine, except in _Layout.cshtml
What should I name the resource file when using _Layout.cshtml? (Views.Shared._Layout.en.resx don't work)

_Layout.cshtml:

@using Microsoft.AspNetCore.Http.Extensions
@using Microsoft.AspNetCore.Localization
@using Microsoft.AspNetCore.Mvc.Localization

@inject Microsoft.ApplicationInsights.AspNetCore.JavaScriptSnippet JavaScriptSnippet
@inject IViewLocalizer LayoutLocalizer


<!DOCTYPE html><html><head></head><body><div style="margin:38px;margin-top:56px;" class="hidden-sm-down"><h2>@LayoutLocalizer["WelcomeHeader"] <b class="text_border_darkblue">MyTitle</b></h2><div style="text-align:center;margin-top:42px;">
                @LayoutLocalizer["WelcomeSub"]</div></div></body></html>

 


Viewing all articles
Browse latest Browse all 9386

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>