MlcLanguage Class Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Represents information about an MLC language
Inheritance Hierarchy

SystemObject
  ContentStudio.Document.MLCMlcLanguage

Namespace: ContentStudio.Document.MLC
Assembly: CSServer5 (in CSServer5.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public class MlcLanguage

The MlcLanguage type exposes the following members.

Constructors

  NameDescription
Public methodMlcLanguage
Initializes a new instance of the MlcLanguage class
Top
Properties

  NameDescription
Public propertyCode
Gets the language code.
Public propertyDefaultName
Gets the default (fallback) name of the language. This is normally the language name in English.
Public propertyIdentifier
Gets the language identifier.
Public propertyName
Gets the name of the document's language translated to the language that was used when the list of sibling documents was created.
Public propertyOriginalName
Gets the name of the language translated to its own language i.e. the language represented by Code.
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference