InsertLinksToMLCSiblingsTranslationOptions Enumeration Content Studio 5.7 SDK
Content Studio Web Content Management System

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

Determines how the names of the languages should be translated. If no translation is available, the default language name is used.

Namespace: ContentStudio.Site.ActiveScripting.MLC
Assembly: CS_SiteLib (in CS_SiteLib.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public enum TranslationOptions
Members

  Member nameValueDescription
DefaultLanguageName0 The link should be displayed with the default language name (in English) or translated (if possible).
TranslatedToCurrent1 The link should be displayed with the language of the actual document. If, for example, the current page is in Swedish and the linked document is in English this will be "Engelska".
TranslatedToLinked2 The link should be displayed with the language of the linked document. If, for example, the current page is in Swedish and the linked document is in English this will be "English".
Combined3 The link should be displayed as a combination of the the TranslatedToCurrent and the TranslatedToLinked alternatives. If, for example, the current document is in Swedish and the linked is in English the link will be visible as "Engelska (English)".
See Also

Reference