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