containsKey

fun containsKey(key: String, lang: String): Boolean

Checks if the given key exists in the specified language.

Return

true if the key exists in the language map

Parameters

key

The string key to check

lang

The language code