Localize UWP App
As suggested in the comments, adding this line of code to the OnLaunched Method in the App.cs solved thed problem:
ApplicationLanguages.PrimaryLanguageOverride = GlobalizationPreferences.Languages[0];
As suggested in the comments, adding this line of code to the OnLaunched Method in the App.cs solved thed problem:
ApplicationLanguages.PrimaryLanguageOverride = GlobalizationPreferences.Languages[0];