2 references to WebAssemblyCultureProviderInterop
Microsoft.AspNetCore.Components.WebAssembly (2)
Hosting\WebAssemblyCultureProvider.cs (2)
32
initialCulture: CultureInfo.GetCultureInfo(
WebAssemblyCultureProviderInterop
.GetApplicationCulture() ?? CultureInfo.InvariantCulture.Name));
68
await
WebAssemblyCultureProviderInterop
.LoadSatelliteAssemblies(culturesToLoad);