I want to write an article about localization, but I have a question.
After I set a primary language in WinJs app
Windows.Globalization.ApplicationLanguages.primaryLanguageOverride = "ru";
I can refresh app with
WinJS.Resources.processAll();
But in C# app it is needed to exit app an start it again (as I remember by guidelines that was needed to inform user about that he needs to reenter app)
So, my question: is there any was to refresh app in C# without exiting?