Skip to content

Instantly share code, notes, and snippets.

@gzamudio
Created November 13, 2017 17:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gzamudio/c7743ac771226374e9b725351dd6ab3d to your computer and use it in GitHub Desktop.
Save gzamudio/c7743ac771226374e9b725351dd6ab3d to your computer and use it in GitHub Desktop.
View Example
@using Microsoft.AspNetCore.Mvc.Localization
@using System.Globalization;
@inject IViewLocalizer Localizer
@{
ViewData["Title"] = Localizer["HomePage"];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment