Uses of Class
com.tccc.kos.commons.core.localization.LocalizationBuilder
Packages that use LocalizationBuilder
-
Uses of LocalizationBuilder in com.tccc.kos.commons.core.localization
Methods in com.tccc.kos.commons.core.localization that return LocalizationBuilderModifier and TypeMethodDescriptionLocalizationBuilder.NamespaceBuilder.getLocalization()
Return theLocalizationBuilder
this namespace is associated with.LocalizationBuilder.setDefaultLocale
(String defaultLocale) Set the default locale for all the translations in the builder following IETF BCP 47 standards using ISO 639 alpha2 language codes and optional ISO 3166 alpha2 country codes.Methods in com.tccc.kos.commons.core.localization with parameters of type LocalizationBuilderModifier and TypeMethodDescriptionvoid
LocalizationContext.add
(LocalizationBuilder builder) Add aLocalizationBuilder
to the context.