Ios swift – SwiftUI – Restart app and apply new language after language selection
Problem I'm trying to implement a language change feature in my SwiftUI app where when a user selects a new language, the app should restart and appear in the selected language. Currently, the language changes, but the UI doesn't fully…