RPLocalizationsDelegate constructor

RPLocalizationsDelegate({
  1. required List<LocalizationLoader> loaders,
})

Create a RPLocalizationsDelegate.

loaders specify a list of LocalizationLoader which each can load different translations. Translations from all loaders are merged. Potential dublicate tranlation keys are overwritten in the order of the list of loaders.

Implementation

RPLocalizationsDelegate({required this.loaders});