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

@ -11,5 +11,9 @@
"DefaultTheme": "",
"DefaultLayout": "",
"DefaultContainer": ""
},
"Localization": {
"DefaultCulture": "en-US",
"SupportedCultures": []
}
}