Hi all. I have a language toggle in the settings o...
# compose
x
Hi all. I have a language toggle in the settings of my app, and I want to change the app language when the users change the language here. I'm setting the language using
LocalConfiguration.setLocale(locale)
- this seems to have worked, but it doesn't seem to automatically trigger recomposition by itself. Is there a way to trigger recomposition manually?