Interface TranslationRegistry

All Superinterfaces:
TranslationStore<MessageFormat>, TranslationStore.StringBased<MessageFormat>, Translator

@Deprecated public interface TranslationRegistry extends Translator, TranslationStore.StringBased<MessageFormat>
Deprecated.
For removal since 4.20.0. Use TranslationStore.messageFormat(Key) instead.
A registry of translations. Used to register localized strings for translation keys. The registry can be submitted to the GlobalTranslator or can translate manually through translate(String, Locale).

The recommended way to register translations is through registerAll(Locale, ResourceBundle, boolean)

Since:
4.0.0