Margarita

Results 1 issues of Margarita

I tried to use localization in razor: ``` @using Microsoft.Extensions.Localization @inject IStringLocalizer Localizer @{ Localizer["Header"]; } ``` I added reference to my project. Result: Unable to compile template: skvbsxxk.c3i(3,17): error...

enhancement
help wanted