Merge pull request #1260 from hishamco/supported-cultures
Remove supported cultures entry from appsettings.json
This commit is contained in:
		| @ -16,7 +16,6 @@ | ||||
|     "DefaultContainer": "" | ||||
|   }, | ||||
|   "Localization": { | ||||
|     "DefaultCulture": "", | ||||
|     "SupportedCultures": [] | ||||
|     "DefaultCulture": "en" | ||||
|   } | ||||
| } | ||||
| @ -71,6 +71,6 @@ namespace Oqtane.Shared { | ||||
|  | ||||
|         public static readonly string SatelliteAssemblyExtension = ".resources.dll"; | ||||
|  | ||||
|         public static readonly string DefaultCulture = CultureInfo.InstalledUICulture.Name; | ||||
|         public static readonly string DefaultCulture = "en"; | ||||
|     } | ||||
| } | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Shaun Walker
					Shaun Walker