View Source
Class Language
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
[DataContract(Name = "language", Namespace = "")]
public class Language
Properties
View Source
FallbackLanguageId
Declaration
[DataMember(Name = "fallbackLanguageId")]
public int? FallbackLanguageId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
View Source
Id
Declaration
[DataMember(Name = "id")]
public int Id { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
View Source
IsDefault
Declaration
[DataMember(Name = "isDefault")]
public bool IsDefault { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
IsMandatory
Declaration
[DataMember(Name = "isMandatory")]
public bool IsMandatory { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
IsoCode
Declaration
[DataMember(Name = "culture", IsRequired = true)]
[Required(AllowEmptyStrings = false)]
public string IsoCode { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Name
Declaration
[DataMember(Name = "name")]
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|