toString

abstract override fun toString(): String

return value based on the currently set Locale in i18n4k (I18n4kConfig.locale)


abstract fun toString(locale: Locale?): String

return value based on the given Locale

Parameters

locale

the Locale to be use. If null the current setting in i18n4k (I18n4kConfig.locale) will be used.