LocalizationMapReaders

Class which contains all the LocalizationMapReader. This is mainly used by the localization map providers.

Constructors

Link copied to clipboard
constructor(serviceContainer: ServiceContainer)

Properties

Link copied to clipboard
@Nullable
open val readers: @Nullable Collection<LocalizationMapReader>

Functions

Link copied to clipboard
@Nullable
open fun cycleReaders(baseName: String, locale: Locale): @Nullable LocalizationMap
Cycles through all the registered readers with the specified base name and locale, and returns when a reader returns non-null mappings, returns null otherwise