get

fun get(locale: Locale, key: String): String

Returns the localized string for key

fun get(locale: Locale, key: String, vararg args: Pair<String, Any?>): String

Additionally formats the localized string with the named args, which are represented as {argumentName} in the translations