Gets the tree to display the culture specific name

This commit is contained in:
Shannon
2018-04-20 13:26:45 +10:00
parent e9f0e98d2c
commit d99beb0c8b
3 changed files with 18 additions and 16 deletions

View File

@@ -899,7 +899,7 @@ namespace Umbraco.Core.Persistence.Repositories.Implement
{
variantInfo[info.LanguageId] = info.Name;
}
entity.AdditionalData["VariantInfo"] = variantInfo;
entity.AdditionalData["CultureNames"] = variantInfo;
}
return entity;
}