RetrieveLocalizationResponse<TEntity>.Entities property

namespace: Serenity.Services   assemblySerenity.Net.Services

The dictionary that contains languageID, localized entity pairs containing translations.

public Dictionary<string, TEntity> Entities { get; set; }

See Also