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