UWP - Change of Languages
问题 I am trying to change a language at a UWP app so that the my x:uid objects related and my ResourceLoader based objects would change. I am using, as recommended at other Q&A : ApplicationLanguages.PrimaryLanguageOverride = newLanguage; Windows.ApplicationModel.Resources.Core.ResourceContext.GetForCurrentView().Reset(); Windows.ApplicationModel.Resources.Core.ResourceContext.GetForViewIndependentUse().Reset(); Frame.Navigate(this.GetType()); However, everything that is controlled directly by