I am wondering if it is possible to reset my app from within the app itself (assuming this is not "not recommended").
I am simply wanting to be able to change the language from within the app. Right now the app's language is determined by the system language, but I also want to include the option to change the language that the app uses from within the app. I've managed to do so, but when I updated the CultureInfo, any page that has already rendered still displays the old language. So I am wanting to restart the app after selecting the new language, in order to make sure it is using the correct localized strings for every page.
Otherwise, I will just have to display a message telling the user they will need to manually restart the app to see the changes.