ReactLocalization handles translation formatting and fallback.
The current negotiated fallback chain of languages is stored in the
ReactLocalization instance in form of an iterable of FluentBundle
instances. This iterable is used to find the best existing translation for
a given identifier.
ReactLocalization
handles translation formatting and fallback.The current negotiated fallback chain of languages is stored in the
ReactLocalization
instance in form of an iterable of FluentBundle instances. This iterable is used to find the best existing translation for a given identifier.The
ReactLocalization
class instances are exposed to Localized elements via the LocalizationProvider component.