TranslatedLabel

fun TranslatedLabel(translatedTo: String, modifier: Modifier = Modifier)

Represents a label translated within the app. This label is primarily used for channels and messages, typically adjacent to the Timestamp.

Parameters

translatedTo

The language code indicating the language to which the original text was translated.

modifier

Modifier for styling.