getMessageByLangCode

fun getMessageByLangCode(key: MessageKey<*, *>, lang: String, vararg args: Any): String

Retrieves a system message using a specific language code.

Return

The formatted system message.

Parameters

key

The message key.

lang

The language code.

args

Arguments to format the message.