Try your search with a different keyword or use * as a wildcard.
namespace Nop.Web.Framework.Models;
/// <summary>
/// Represents localized locale model
/// </summary>
public partial interface ILocalizedLocaleModel
{
/// <summary>
/// Gets or sets the language identifier
/// </summary>
int LanguageId { get; set; }
}