(UWP) Getting xml files from assets folder (UWP) Getting xml files from assets folder windows windows

(UWP) Getting xml files from assets folder


This should work:

 var localizationDirectory = await Windows.ApplicationModel.Package.Current.InstalledLocation.GetFolderAsync(@"Assets\Localization");