Skip to content

Instantly share code, notes, and snippets.

@trnktms
Created June 3, 2021 13:36
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 trnktms/e3abe9afce58250e3f2e2e76fe97fa49 to your computer and use it in GitHub Desktop.
Save trnktms/e3abe9afce58250e3f2e2e76fe97fa49 to your computer and use it in GitHub Desktop.
@using Microsoft.Extensions.Localization
@inject IStringLocalizer Localizer
<div>@Localizer["label1"]</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment