LocalizationMapProviders
Class which contains all the LocalizationMapProvider. This is mainly used by the localization map providers themselves, or by LocalizationService as to cycle through all providers until one returns a valid LocalizationMap.
Functions
Link copied to clipboard
open fun cycleProviders(@NotNull baseName: @NotNull String, @NotNull locale: @NotNull Locale): @Nullable LocalizationMap
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.
Link copied to clipboard
open fun cycleProvidersWithParents(@NotNull baseName: @NotNull String, @NotNull locale: @NotNull Locale): @Nullable LocalizationMap
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.