Companion
Functions
Link copied to clipboard
Link copied to clipboard
fun getLocalizedStringFromBundleFormatted(res: String?, key: String, default: String?, table: String?, vararg args: Any): String?
Retrieves a localized and formatted string from a specified bundle. Uses the provided key
, default
value, table
, and any additional arguments for string formatting. If no localized string is found, it falls back to the default
value.