adam-codersgu / supernova

A Kotlin-based Android application that allows the user to play music from their device while custom animations fall over the album artwork of the currently playing song.
0 stars 0 forks source link

Add an option to the settings page to change the language of the app. #57

Closed adam-codersgu closed 1 year ago

adam-codersgu commented 1 year ago

Need to see if this is even possible, because it may be that its the device setting that dictates the language. Even so, it would be interesting to see if there is a way of programmatically setting the application language.

adam-codersgu commented 1 year ago

Working on branch feature/set_language

adam-codersgu commented 1 year ago

When the language is changed, need to also change the name of the default playlist entities

adam-codersgu commented 1 year ago

When the app is launched, should detect the app's language and set the language preference accordingly

adam-codersgu commented 1 year ago

Completed and merged https://github.com/adam-codersgu/supernova/pull/61