rememberLocalizer
Remembers the localizer from the given options.
Return
the remembered LOCALIZER
Parameters
the options to use to create the localizer. Every new instance of this class triggers a recomputation of the localizer
Type Parameters
the type of the options class
the type of PolyglotLocalizer that OPTIONS builds via PolyglotLocalizerOptions.localizer
Remembers the localizer computed from the given options, passed to localizerFactory and returned by it.
Parameters
the options to use to create the localizer. Every new instance of this class triggers a recomputation of the localizer
any key changes triggers a full recomputation
lambda that gets as its own parameter the localizers returned by options, and that derives a new localizer from it
Type Parameters
the type of the options class
the type of PolyglotLocalizer that OPTIONS builds via PolyglotLocalizerOptions.localizer
the type of localizer returned by localizerFactory