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

addEventListener function

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.

dispatchEvent function

Raises an event of the specified type and with the specified additional properties.

getString function

Retrieves the resource string that has the specified resource identifier.

processAll function

Processes data-win-res attributes on elements and replaces attributes and properties with resource strings.

removeEventListener method

Removes an event listener that the addEventListener method registered.

 

Events

Event Description

oncontextchanged event

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