MessageBundleLocalizedString

Properties

Link copied to clipboard

The message bundle where the entry belongs to

Link copied to clipboard
abstract val messageIndex: Int

the index of the entry in the bundle

Link copied to clipboard
abstract val messageKey: String

The key of the entry of the message bundle.

Functions

Link copied to clipboard
open operator fun invoke(): String
open operator fun invoke(locale: Locale?): String

Shortcut for toString

Link copied to clipboard
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