WinJS.Resources Namespace

0 out of 3 rated this helpful - Rate this topic

Provides functions for accessing resources and localizing content.

The WinJS.Resources namespace has these types of members:

Functions

FunctionDescription

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

EventDescription

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 (see the Remarks section for more info).

 

Requirements

Minimum supported client

Windows 8 [Windows Store apps only]

Minimum supported server

Windows Server 2012 [Windows Store apps only]

 

 

Build date: 12/5/2012

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.