class TranslationSupplierBasedTranslator : ArgumentsSupportingTranslator
Represents a Translator which uses a TranslationSupplier to retrieve translations and CoroutineBasedLocaleOrderDecider to determine in which order it should try to find translations for a given Translatable.
TranslationSupplierBasedTranslator(translationSupplier: TranslationSupplier, localeOrderDecider: LocaleOrderDecider, primaryLocale: Locale, fallbackLocales: Array<out Locale>)
Represents a Translator which uses a TranslationSupplier to retrieve translations and LocaleOrderDecider to determine in which order it should try to find translations for a given Translatable. |
fun translateWithoutArgs(translatable: Translatable): String |