Properties

Link copied to clipboard

A view of this instance with the LocalizedStringFactoryN interface, so that MessageParameters can be used.

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
abstract fun createLocalizedString(p0: T0, p1: T1): LocalizedString

Create LocalizedString with the given parameter

Link copied to clipboard
abstract fun createString(p0: T0, p1: T1, locale: Locale? = null): String

Create a string with the given parameter.

Link copied to clipboard
open operator fun get(p0: T0, p1: T1): LocalizedString
Link copied to clipboard
open operator fun invoke(p0: T0, p1: T1, locale: Locale? = null): String

Shortcut for createString