I want my app to have the functionality to change the language from within the app. The API Level of the app is 29 so I don't have access to the function updateConfiguration()
.
I tried to look for other ways to achieve this instead of updateConfiguration()
, but most of the examples I came across were either in Kotlin, outdated or a little too 'vague' for me to implement it. So I was wondering, what is the best practice to implement the functionality to let users change the language from within the app itself?