Learn how to design Windows Store apps so that their resources can be independently maintained and localized, and also customized for different scaling factors, accessibility options, and other user and machine contexts.
In this section
| Topic | Description |
|---|---|
|
The Resource Management System runs when you build your app. It creates a file that is packaged with the app and helps to resolve resources at run time. | |
|
You can use URI (Uniform Resource Identifier) schemes to refer to app files that come from the app's package, data folders, or resources. | |
|
Matching the language of the user is a core component of Windows Runtime APIs. The ability to determine a best match between available resources and the user's preferred languages is necessary to provide the best user experience when working with multilingual apps. This topic describes the logic used to determine the best match. | |
|
This topic lists the values available to the NumeralSystem property of classes in the Windows.Globalization namespace. |
Build date: 11/13/2012