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 Code |
---|---|
public interface ITranslationContext |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Interface ITranslationContext |
The type exposes the following members.
Public Properties
Name | Description | |
---|---|---|
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.
|
|
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.
|
|
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
Smartsite.Core Namespace