Bundle

object Bundle(source)

Simple accessor for working with internationalized strings.

Functions

Link copied to clipboard
operator fun invoke(key: String): String

Returns the string at key.

operator fun invoke(key: String, vararg arguments: Any?): String

Returns the string at key formatted with arguments.