UltimateResourceFallbackLocation Enumeration

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Specifies the assembly that the ResourceManager class will use when it retrieves neutral resources by using the fallback process.

Namespace:  System.Resources
Assembly:  mscorlib (in mscorlib.dll)

Syntax

'Declaration
<ComVisibleAttribute(True)> _
Public Enumeration UltimateResourceFallbackLocation
[ComVisibleAttribute(true)]
public enum UltimateResourceFallbackLocation

Members

Member name Description
Supported by Silverlight for Windows PhoneSupported by Xbox 360 MainAssembly Fallback resources are located in the main assembly.
Supported by Silverlight for Windows PhoneSupported by Xbox 360 Satellite Fallback resources are located in a satellite assembly in the location specified by the Location property.

Remarks

Use the UltimateResourceFallbackLocation enumeration with the NeutralResourcesLanguageAttribute constructor to specify whether the ResourceManager class is to retrieve neutral fallback resources from the main application assembly (the default), or from a satellite assembly.

Version Information

Silverlight

Supported in: 5, 4, 3

Silverlight for Windows Phone

Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0

XNA Framework

Supported in: Xbox 360, Windows Phone OS 7.0

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.