i18n

fun ApplicationCall.i18n(@PropertyKey(resourceBundle = "messages.messages") key: String): String(source)
fun RoutingContext.i18n(@PropertyKey(resourceBundle = "messages.messages") key: String): String(source)

Translate a message key to an accepted language specified in HTTP request

Report a problem