3 references to GetCultures
Microsoft.AspNetCore.Components.WebAssembly (1)
Hosting\WebAssemblyCultureProvider.cs (1)
66
var culturesToLoad =
GetCultures
(CultureInfo.CurrentCulture, CultureInfo.CurrentUICulture);
Microsoft.AspNetCore.Components.WebAssembly.Tests (2)
Hosting\WebAssemblyCultureProviderTest.cs (2)
21
var actual = WebAssemblyCultureProvider.
GetCultures
(culture);
37
var actual = WebAssemblyCultureProvider.
GetCultures
(culture, uiCulture);