getString

Fetches the translation for a given key.

Return

The translated String.

Parameters

key

The key for the translation.


fun getString(key: String, vararg args: Any?): String(source)

Fetches the translation for a given key and parameters.

Return

The translated String.

Parameters

key

The key for the translation.

args

List of arguments, which are used for formatting.