class TranslatorOptions| TranslatorOptions(translationSupplier: TranslationSupplier, localeOrderDecider: LocaleOrderDecider) | 
| fun withDefaultTranslator(primaryLocale: Locale, vararg fallbackLocales: Locale): ReporterBuilder.ObjectFormatterOptionsUses CoreFactory.newTranslator as Translator where the specified translationSupplier is used to retrieve translations, the specified localeOrderDecider to determine candidate Locales and primaryLocale is used as primary Locale and the optional fallbackLocales as fallback Locales. | |
| fun withTranslator(factory: (TranslationSupplier, LocaleOrderDecider) -> Translator): ReporterBuilder.ObjectFormatterOptionsUses the given factory to build a Translator. |