Bundle

object Bundle(source)

Simple accessor for working with internationalized strings.

Properties

Link copied to clipboard
private val RESOURCE_BUNDLE: ResourceBundle

The main bundle for Randomness.

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.