LocalizedStringFactory1

Properties

Link copied to clipboard

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

Functions

Link copied to clipboard

Create LocalizedString with the given parameter

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

Create a string with the given parameter

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

Shortcut for createString