PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Syntax

C# Copy imageCopy Code
                                  public interface ITranslationContext
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Interface ITranslationContext

The type exposes the following members.

Public Properties

  Name Description
Public property EvaluationScope
Gets or sets the evaluation scope. This is the user-specified scope to use to force a translation to be found in the given scope.
Public property FallbackScope
Gets or sets the fallback scope. This is normally a system-defined scope that is used when neither page scope, nor evaluation scope result in a valid translation.
Public property PageScope
Gets or sets the page scope. This is the first scope that will always be used for translation resolving, unless the translation.localscope prefix is used.

See Also

Advanced