EasyNotes: Jetpack Compose MVVM for seamless note-taking. Effortless creation, editing, and organization.
GNU General Public License v3.0
395
stars
30
forks
source link
feat: setting to change the app language #100
Closed
IllusionMan1212 closed 4 months ago
This also supports Android 13's per-app language preferences (https://developer.android.com/guide/topics/resources/app-languages)
I had to change the app theme and MainActivity to be AppCompat because
LocaleListCompat
doesn't seem to work with a material theme and activity. Reference: https://stackoverflow.com/questions/74411797/android-jetpack-compose-language-switching-via-appcompatdelegate-is-not-working