cycle Readers
open fun cycleReaders(@NotNull baseName: @NotNull String, @NotNull locale: @NotNull Locale): @Nullable LocalizationMap(source)
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
Return
non-null mappings if a reader returned one, null
otherwise
Parameters
base Name
The base name of the localization bundle
locale
The locale of the localization bundle