locale

PHOTO EMBED

Wed Apr 20 2022 09:10:14 GMT+0000 (Coordinated Universal Time)

Saved by @GoodRequest. #kotlin

@Preview
@Preview(locale = "fr")
@Composable
fun ButtonPreview() {
  Button(
    ...
    content = { Text(text = stringResource(id = R.string.day_monday)) })
}
content_copyCOPY