2 references to StringLocalizer
Microsoft.Extensions.Localization (1)
LocalizationServiceCollectionExtensions.cs (1)
58services.TryAddTransient(typeof(IStringLocalizer<>), typeof(StringLocalizer<>));
Microsoft.Extensions.Localization.Abstractions (1)
StringLocalizerOfT.cs (1)
19/// Creates a new <see cref="StringLocalizer{TResourceSource}"/>.