invoke

open operator fun invoke(): String

nls alias for extra conciseness. Use this property if the bundle line has no arguments.

Return

I18NBundle line value provided by bundle.


open operator fun invoke(vararg arguments: Any?): String

nls alias for extra conciseness. Use this method if the bundle line has any arguments.

Return

formatted I18NBundle line value provided by bundle.

Parameters

arguments

will be used to replace placeholders in formatted the line.