MessageBundleLocalizedStringFactory6

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
abstract fun createLocalizedString(p0: Any, p1: Any, p2: Any, p3: Any, p4: Any, p5: Any): LocalizedString

Create LocalizedString with the given parameter

Link copied to clipboard
abstract fun createString(p0: Any, p1: Any, p2: Any, p3: Any, p4: Any, p5: Any, locale: Locale? = null): String

Create a string with the given parameter.

Link copied to clipboard
open operator fun get(p0: Any, p1: Any, p2: Any, p3: Any, p4: Any, p5: Any): LocalizedString
Link copied to clipboard
open operator fun invoke(p0: Any, p1: Any, p2: Any, p3: Any, p4: Any, p5: Any, locale: Locale? = null): String

Shortcut for createString