nls

open fun nls(vararg arguments: Any?): String

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.


open val nls: String

I18NBundle line value provided by bundle. Use this property if the bundle line has no arguments.