using System.Collections.Generic;
namespace Sanhe.Abp.RealTime.Localization;
///
/// The notification that needs to be localized
///
public class LocalizableStringInfo
{
///
/// Resource name
///
public string ResourceName { get; }
///
/// Properties
///
public string Name { get; }
///
/// Formatted data
///
public Dictionary