Class CmsLanguage
The Object Type 20.
This object type defines the 'Languages' available to the application for defining the contents. These 'Language' variants are used to display user interface elements and their contents in the desired 'Language' variant. One instance of this object type specifies one 'Language' at a time.
Assembly: Noxum.Nova.Cms.Client.dll
Syntax
public class CmsLanguage : CmsObject
Properties
AttributeFallbackLanguage
Get or set value of attribute 2002
Declaration
public int? AttributeFallbackLanguage { get; set; }
Property Value
AttributeIcon
Get or set value of attribute 1016
Declaration
public int? AttributeIcon { get; set; }
Property Value
AttributeIsDisplayNameIndexed
Get or set value of attribute 2004
Declaration
public bool? AttributeIsDisplayNameIndexed { get; set; }
Property Value
AttributeIsUiLanguage
Get or set value of attribute 2003
Declaration
public bool? AttributeIsUiLanguage { get; set; }
Property Value
AttributeIsoLanguageCode
Get or set value of attribute 2001
Declaration
public string AttributeIsoLanguageCode { get; set; }
Property Value
PackageMembership
Get or set value of attribute 13000
Declaration
public int? PackageMembership { get; set; }
Property Value
Methods
GetAttributeDescription(int)
Get value of attribute 1012
Declaration
public string GetAttributeDescription(int language)
Parameters
| Type |
Name |
Description |
| int |
language |
|
Returns
GetAttributeName(int)
Get value of attribute 1000
Declaration
public string GetAttributeName(int language)
Parameters
| Type |
Name |
Description |
| int |
language |
|
Returns
SetAttributeDescription(int, string)
Set value of attribute 1012
Declaration
public void SetAttributeDescription(int language, string value)
Parameters
| Type |
Name |
Description |
| int |
language |
|
| string |
value |
|
SetAttributeName(int, string)
Set value of attribute 1000
Declaration
public void SetAttributeName(int language, string value)
Parameters
| Type |
Name |
Description |
| int |
language |
|
| string |
value |
|