Read supported cultures from appsettings.json

This commit is contained in:
hishamco
2020-09-29 21:23:22 +03:00
parent 437170671f
commit 2924e7849f
4 changed files with 36 additions and 6 deletions

View File

@ -13,6 +13,6 @@ namespace Oqtane.Infrastructure.Localization
public static string DefaultCulture { get; set; }
public static IList<string> SupportedCultures { get; set; }
public static List<string> SupportedCultures { get; }
}
}