StringLoader
interface StringLoader
Deprecated
This feature has been deprecated. It is recommended to use Compose Multiplatform instead.
Loads a String based on a provided identifier.
Inheritors
Functions
Link copied to clipboard
Attempts to load grammatically correct pluralization of the given string identifier. If no match is found, the defaultValue will be returned.
Link copied to clipboard
Attempts to load the string resource associated with a given identifier. If no match is found, the defaultValue will be returned.