From 9b26aec4c3da7a24effaa952be1d653e0bbf6bb5 Mon Sep 17 00:00:00 2001 From: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com> Date: Tue, 8 Aug 2023 09:54:54 +0200 Subject: [PATCH] set default culture for backoffice --- .../umbraco/UmbracoBackOffice/Default.cshtml | 5 +++-- .../umbraco/UmbracoInstall/Index.cshtml | 3 ++- .../umbraco/UmbracoLogin/Index.cshtml | 3 ++- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/src/Umbraco.Cms.StaticAssets/umbraco/UmbracoBackOffice/Default.cshtml b/src/Umbraco.Cms.StaticAssets/umbraco/UmbracoBackOffice/Default.cshtml index 2804b57b76..7589c76c6f 100644 --- a/src/Umbraco.Cms.StaticAssets/umbraco/UmbracoBackOffice/Default.cshtml +++ b/src/Umbraco.Cms.StaticAssets/umbraco/UmbracoBackOffice/Default.cshtml @@ -1,3 +1,4 @@ +@using System.Globalization @using Microsoft.Extensions.Options @using Umbraco.Cms.Core.Configuration.Models @using Umbraco.Cms.Core.Hosting @@ -17,7 +18,7 @@ } - + @@ -114,6 +115,6 @@ - + diff --git a/src/Umbraco.Cms.StaticAssets/umbraco/UmbracoInstall/Index.cshtml b/src/Umbraco.Cms.StaticAssets/umbraco/UmbracoInstall/Index.cshtml index e1352fb2b1..021fbeada9 100644 --- a/src/Umbraco.Cms.StaticAssets/umbraco/UmbracoInstall/Index.cshtml +++ b/src/Umbraco.Cms.StaticAssets/umbraco/UmbracoInstall/Index.cshtml @@ -1,3 +1,4 @@ +@using System.Globalization @using Microsoft.Extensions.Options @using Umbraco.Cms.Core.Configuration.Models @using Umbraco.Cms.Core.Hosting @@ -17,7 +18,7 @@ } - + diff --git a/src/Umbraco.Cms.StaticAssets/umbraco/UmbracoLogin/Index.cshtml b/src/Umbraco.Cms.StaticAssets/umbraco/UmbracoLogin/Index.cshtml index 649b771251..bb179dc23a 100644 --- a/src/Umbraco.Cms.StaticAssets/umbraco/UmbracoLogin/Index.cshtml +++ b/src/Umbraco.Cms.StaticAssets/umbraco/UmbracoLogin/Index.cshtml @@ -1,8 +1,9 @@ +@using System.Globalization @model Umbraco.Cms.Api.Management.BackOfficeLoginModel @addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers - +