cycle Providers
open fun cycleProviders(@NotNull baseName: @NotNull String, @NotNull locale: @NotNull Locale): @Nullable LocalizationMap(source)
Cycles through all the registered providers with the specified base name and locale, and returns a LocalizationMap when a provider returns one, returns null otherwise.
This method will only use the passed locale.
Return
a LocalizationMap if a provider returned one, null
otherwise
Parameters
base Name
The base name of the localization bundle
locale
The requested locale for the localization bundle, which may not be the same as the one in getEffectiveLocale