C#C
C#4y ago
Sygmond

❔ IStringLocalizer with a GenericClass T in Resource filename

I'm using Microsoft.Extensions.Localization.IStringLocalizer to localize my strings via Resources and I can't find a way to use IStringLocalizer<GenericClass<T>>. The <T> seems to be the problem. I can't name my resource files GenericClass<T>...
Was this page helpful?