Class LanguageModel
This class represents a supported language definition for the application.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Vasont.Publisher.Models.Common
Assembly: Vasont.Publisher.Models.dll
Syntax
public class LanguageModel : MicroCreatedUpdaterModelBase
Properties
| Improve this Doc View SourceActive
Gets or sets a value indicating whether the language code is active.
Declaration
public bool Active { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Default
Gets or sets a value indicating whether the language is a default language for all locales.
Declaration
public bool Default { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
HasDictionary
Gets or sets a value indicating whether the language has a related spelling dictionary.
Declaration
public bool HasDictionary { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsLocale
Gets or sets a value indicating whether the language is available as an application locale.
Declaration
public bool IsLocale { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
LanguageCode
Gets or sets the unique language code.
Declaration
public string LanguageCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Name
Gets or sets the language display name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TranslationTarget
Gets or sets a value indicating whether the language is a valid translation target.
Declaration
public bool TranslationTarget { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |