Package-level declarations

Types

Link copied to clipboard

Provides the Localization singleton used by the SDAI localization layer.

Link copied to clipboard
data class LocalizationLanguage(val code: String, val name: String)

Carries LocalizationLanguage data through the SDAI localization layer.

Properties

Link copied to clipboard
internal expect val localizationCatalog: Map<String, Map<String, String>>

Exposes the localizationCatalog value used by the SDAI localization layer.

Link copied to clipboard

Exposes the localizationLanguages value used by the SDAI localization layer.

Functions

Link copied to clipboard
internal actual fun countryFlagDrawableResId(code: String): Int?

Executes the countryFlagDrawableResId step in the SDAI localization layer.

internal expect fun countryFlagDrawableResId(code: String): Int?

Executes the countryFlagDrawableResId step in the SDAI localization layer.

internal actual fun countryFlagDrawableResId(code: String): Int?

Executes the countryFlagDrawableResId step in the SDAI localization layer.

Link copied to clipboard
internal actual fun platformLanguageCode(): String?

Executes the platformLanguageCode step in the SDAI localization layer.

internal expect fun platformLanguageCode(): String?

Executes the platformLanguageCode step in the SDAI localization layer.

internal actual fun platformLanguageCode(): String?

Executes the platformLanguageCode step in the SDAI localization layer.