Class I18nRegistry
java.lang.Object
com.gufli.brick.i18n.common.localization.I18nRegistry
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal Optional<MessageFormat> final Optional<MessageFormat> findWithFallback(@NotNull Locale locale, @NotNull String key) final voidregister(@NotNull Locale locale, @NotNull String key, @NotNull MessageFormat messageFormat)
-
Constructor Details
-
I18nRegistry
-
-
Method Details
-
find
public final Optional<MessageFormat> find(@NotNull @NotNull Locale locale, @NotNull @NotNull String key) -
findWithFallback
public final Optional<MessageFormat> findWithFallback(@NotNull @NotNull Locale locale, @NotNull @NotNull String key) -
register
public final void register(@NotNull @NotNull Locale locale, @NotNull @NotNull String key, @NotNull @NotNull MessageFormat messageFormat)
-