Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.1 KB

resourcemanager_loadprifiles_414575616.md

File metadata and controls

29 lines (20 loc) · 1.1 KB
-api-id -api-type
M:Windows.ApplicationModel.Resources.Core.ResourceManager.LoadPriFiles(Windows.Foundation.Collections.IIterable{Windows.Storage.IStorageFile})
winrt method

Windows.ApplicationModel.Resources.Core.ResourceManager.LoadPriFiles

-description

Loads one or more Package Resource Index (PRI) files and adds their contents to the default resource manager.

-parameters

-param files

The Package Resource Index (PRI) files you want to add.

-remarks

The LoadPRIFiles method accepts files only from inside the app package or dependent packages.

If resource packs are used by an app, this method will always fail.

For more info about PRI files, see Resource Management System.

-examples

-see-also

Localize strings in your UI and app package manifest, Resource Management System