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
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
@Nullable
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.