diff --git a/src/Umbraco.Web.UI.Client/src/apps/backoffice/backoffice.element.ts b/src/Umbraco.Web.UI.Client/src/apps/backoffice/backoffice.element.ts index d43609d8fc..c219994240 100644 --- a/src/Umbraco.Web.UI.Client/src/apps/backoffice/backoffice.element.ts +++ b/src/Umbraco.Web.UI.Client/src/apps/backoffice/backoffice.element.ts @@ -41,6 +41,7 @@ export class UmbBackofficeElement extends UmbLitElement { extensionInitializer.setLocalPackages(CORE_PACKAGES); const translationRegistry = new UmbTranslationRegistry(umbExtensionsRegistry); + // Load default language translationRegistry.loadLanguage('en-us'); this.consumeContext(UMB_AUTH, (auth) => { this.observe(