Interface TranslationStore
public interface TranslationStore
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic TranslationStorecurrent()Gets the active translation store implementation.static LocaleGets the default locate for the current translation store.voidload()static ComponentRender a component using a locale.renderComponent(Component component, Locale locale) static voidsetStore(TranslationStore store) Replace the active translation store implementation.voidunload()
-
Method Details
-
setStore
Replace the active translation store implementation.- Parameters:
store- newTranslationStore
-
current
Gets the active translation store implementation.- Returns:
- active
TranslationStore
-
render
-
defaultLocale
-
renderComponent
-
getDefaultLocale
Locale getDefaultLocale() -
load
void load() -
unload
void unload()
-