diff --git a/umbraco/cms/businesslogic/language/Language.cs b/umbraco/cms/businesslogic/language/Language.cs index e4098b72f3..594707e84c 100644 --- a/umbraco/cms/businesslogic/language/Language.cs +++ b/umbraco/cms/businesslogic/language/Language.cs @@ -272,10 +272,10 @@ namespace umbraco.cms.businesslogic.language { - if (this.id == DefaultLanguageId) - { - throw new InvalidOperationException("You cannot delete the default language: en-US"); - } + //if (this.id == DefaultLanguageId) + //{ + // throw new InvalidOperationException("You cannot delete the default language: en-US"); + //} if (SqlHelper.ExecuteScalar("SELECT count(id) FROM umbracoDomains where domainDefaultLanguage = @id",