TranslationsProvider
Translation provider interface, in charge of taking string keys and returning translated strings.
Parameters
defaultLocaleBuilder
Builder returning the default locale - available in defaultLocale, which calls it the first time it's accessed.
Inheritors
Properties
Link copied to clipboard
Default locale, resolved via defaultLocaleBuilder. Avoid accessing this outside of your get functions, as accessing it too early will prevent the user from configuring it properly.
Link copied to clipboard