Our app got 15 (multi) languages support and compo...
# compose
r
Our app got 15 (multi) languages support and compose screens not reflecting the locale changes, Its working fine in Activity & fragment, plz help me out if anyone knows the solution
this is the sample code im using to render strings
Copy code
Text(
    text = stringResource(R.string.compose)
)
Its always showing up in english language. is there any Locale composition provider available to pass from the base view to reflect locale changes?
But the fact that Compose isn’t following your overridden configuration sounds like a bug. Can you raise an issue? http://goo.gle/compose-feedback