cycle Providers With Parents
open fun cycleProvidersWithParents(@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 should also try to get bundles with parent locales.
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