BundleDelegate

open class BundleDelegate<T>(var prefix: String, val substitutions: Array<T?>?)

Delegates to an I18n bundle entry and allows substitutions.

See also

Constructors

Link copied to clipboard
fun <T> BundleDelegate(prefix: String, substitutions: Array<T?>?)

Functions

Link copied to clipboard
open operator fun getValue(thisRef: Any?, property: KProperty<*>): String

Properties

Link copied to clipboard
Link copied to clipboard

Inheritors

Link copied to clipboard