Interface ListLocalizationSource
- All Superinterfaces:
LocalizationSource
A mutable localization source that delegates the localization lookup to other sources in FIFO order.
-
Method Summary
Modifier and TypeMethodDescriptionvoidAdds a localization source to the list of sources.static ListLocalizationSourcecreate()Creates a newMultiLocalizationSourceinstance.Methods inherited from interface com.xpdustry.distributor.localization.LocalizationSource
format, localize
-
Method Details
-
create
Creates a newMultiLocalizationSourceinstance. -
addLocalizationSource
Adds a localization source to the list of sources.- Parameters:
source- the source to add
-