Fix satellite assembly loading issue when running on WebAssembly

This commit is contained in:
Shaun Walker
2022-08-08 10:47:33 -04:00
parent b621f24540
commit cf2adc7f6a
5 changed files with 24 additions and 10 deletions

View File

@ -3,7 +3,7 @@ namespace Oqtane.Infrastructure
public interface ILocalizationManager
{
string GetDefaultCulture();
string[] GetSupportedCultures();
string[] GetInstalledCultures();
}
}