Webiant Logo Webiant Logo
  1. No results found.

    Try your search with a different keyword or use * as a wildcard.

ITranslationSupportedModel.cs

namespace Nop.Web.Framework.Models.Translation;

/// 
/// Represents translation supported model
/// 
public partial interface ITranslationSupportedModel
{
    /// 
    /// Gets or sets the value whether pre-translation is available
    /// 
    bool PreTranslationAvailable { get; set; }
}