resolve
abstract fun resolve(key: String, locale: ValixLocale, params: Map<String, Any> = emptyMap()): String
Resolves a message template or key into a localized error message string.
Return
The formatted and localized message string.
Parameters
key
The message key or default message template.
locale
Target locale requested for interpolation.
params
Key-value pairs available for placeholder substitution.