invoke

operator fun invoke(key: String): String(source)

Returns the string at key.

Throws

MissingResourceException

if no string with key can be found


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

Returns the string at key formatted with arguments.

Throws

MissingResourceException

if no string with key can be found