public interface TranslationHost
Modifier and Type | Interface and Description |
---|---|
static interface |
TranslationHost.Translator<T>
Handler providing means to translate a certain type of content.
|
Modifier and Type | Method and Description |
---|---|
<T> void |
register(TranslationType<T> type,
TranslationHost.Translator<T> handler)
Register a handler translating contents of the specified type.
|
<T> void register(@NotNull TranslationType<T> type, @NotNull TranslationHost.Translator<T> handler)
T
- The type of the content object.type
- The type of content to translate.handler
- The translator.Copyright © 2021 e-Spirit AG. All Rights Reserved. Build 5.2.210210