Show / Hide Table of Contents

Class LanguageModel

This class represents a supported language definition for the application.

Inheritance
System.Object
MicroCreatedUpdaterModelBase
LanguageModel
Inherited Members
MicroCreatedUpdaterModelBase.CreatedDate
MicroCreatedUpdaterModelBase.CreatedBy
MicroCreatedUpdaterModelBase.UpdatedDate
MicroCreatedUpdaterModelBase.UpdatedBy
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 Source

Active

Gets or sets a value indicating whether the language code is active.

Declaration
public bool Active { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

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
| Improve this Doc View Source

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
| Improve this Doc View Source

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
| Improve this Doc View Source

LanguageCode

Gets or sets the unique language code.

Declaration
public string LanguageCode { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Name

Gets or sets the language display name.

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

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
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright (c) GlobalLink Vasont