Interface TranslationBundle
@Immutable
public interface TranslationBundle
-
Method Summary
Modifier and TypeMethodDescriptionstatic TranslationBundleof(Locale locale, Map<String, Translation> translations)
-
Method Details
-
of
-
getLocale
Locale getLocale() -
getTranslations
Map<String,Translation> getTranslations()
-