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