WinJS.Resources Namespace
Provides functions for accessing resources and localizing content.
The WinJS.Resources namespace has these types of members:
- Functions
- Events
Functions
Function | Description |
---|---|
Registers an event handler for the specified event. Use this method to register for events that are related to resources, such as when the app's language, scale, or contrast changes. |
|
Raises an event of the specified type and with the specified additional properties. |
|
Retrieves the resource string that has the specified resource identifier. |
|
Processes data-win-res attributes on elements and replaces attributes and properties with resource strings. |
|
Removes an event listener that the addEventListener method registered. |
Events
Event | Description |
---|---|
Occurs when the user changes the system's language or contrast, or the scale of the display, or when the user changes any of the items in the current context's qualifier values list. For more info about the current context's qualifier values list, see the Remarks section. |
Requirements
Minimum WinJS version |
WinJS 1.0 |
Namespace |
WinJS.Resources |