4 references to TestStringLocalizer
Microsoft.AspNetCore.Mvc.Localization.Test (4)
HtmlLocalizerTest.cs (1)
205var stringLocalizer = new TestStringLocalizer(new CultureInfo("fr"));
TestStringLocalizer.cs (1)
13public TestStringLocalizer() : this(null)
ViewLocalizerTest.cs (2)
265var stringLocalizer = new TestStringLocalizer(new CultureInfo("fr")); 327return new TestHtmlLocalizer(new TestStringLocalizer(culture));