interface ILocaleOrderDecider
Responsible to decide in which order Locales should be processed.
abstract fun determineOrder(primaryLocale: Locale, fallbackLocales: Array<out Locale>): <ERROR CLASS><Locale>
Defines the Sequence of Locales which should be used in ITranslator.translate. |