Interface IScopedTranslationProvider

All Known Implementing Classes:
ScopedTranslationProvider

public interface IScopedTranslationProvider
Provides translating of IContextTranslationQuery based on the history of already translated features in the project.

Unlike IHistoryTranslationProvider this provider allows prioritizing of translation results based on scopes defined at DefaultQueryScopes.

Note that because of some overhead for searching and filtering translation results by the given scope this provider may be much slower than the IHistoryTranslationProvider. For details see the concrete implementation.

See Also: