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
Ravi
05/19/2021, 8:02 AM
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?