localizeOrNull

fun localizeOrNull(key: String, context: Context): String?

Localizes a key from the stdlib table (LOCALIZATION_TABLE).

Return

the localized string if the key exists in the std table, null otherwise

Parameters

key

localization key

context

context to localize for