GeneratedTranslations

Central access point for localized strings. DO NOT EDIT - This file is auto-generated by the generateMultipazStrings task

Properties

Link copied to clipboard

Functions

Link copied to clipboard
fun containsKey(key: String, lang: String): Boolean

Checks if the given key exists in the specified language.

Link copied to clipboard

Returns the string map for the given locale. Falls back to 'en' if the locale is not available.

Link copied to clipboard
fun getString(key: String, lang: String): String

Returns the localized string for the given key and language. Falls back to the default language, then to the key itself if not found.