protected val primaryLocale: Locale
(source)
The Locale to which the translator translates per default as well as the Locale which will be used in String.format, which in turn is used to substitute the placeholders in the resulting translation of TranslatableWithArgs.translatable with the TranslatableWithArgs.arguments.
primaryLocale
- The Locale to which the translator translates per default as well as the Locale
which will be used in String.format, which in turn is used to substitute the placeholders in
the resulting translation of TranslatableWithArgs.translatable with the TranslatableWithArgs.arguments.