🌈 Create new beautiful Compose Gradients with our new wesite ->
Composable Function

pluralStringResource

Load a plurals resource.

pluralStringResource

Source set: Android
@Composable
public fun pluralStringResource(@PluralsRes id: Int, count: Int): String

Load a plurals resource.

Parameters

id the resource identifier
count the count

Return

the pluralized string data associated with the resource

pluralStringResource

Source set: Android
@Composable
public fun pluralStringResource(@PluralsRes id: Int, count: Int, vararg formatArgs: Any): String

Load a plurals resource with provided format arguments.

Parameters

id the resource identifier
count the count
formatArgs arguments used in the format string

Return

the pluralized string data associated with the resource

Content updated: