format |
fun ResourceBundle.format(key: String, vararg fields: Any): String
Convenience function to retrieve a translation and format it with values. |
get |
operator fun ResourceBundle.get(key: String): String
Convenience function to support lookup via messageskey |