Don't force language

This commit is contained in:
jvyden 2022-07-26 17:13:20 -04:00
commit b4348b4410
No known key found for this signature in database
GPG key ID: 18BCF2BE0262B278

View file

@ -47,7 +47,6 @@ public class BaseLayout : PageModel
private string getLanguage()
{
return "da-DK";
IRequestCultureFeature? requestCulture = Request.HttpContext.Features.Get<IRequestCultureFeature>();
if (requestCulture == null) return LocalizationManager.DefaultLang;