NeutralResourcesLanguageAttribute.Location Property
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Gets the location for the ResourceManager class to use to retrieve neutral resources by using the URI fallback process, as described in Resource Files.
Namespace: System.Resources
Assembly: mscorlib (in mscorlib.dll)
Syntax
'Declaration
Public ReadOnly Property Location As UltimateResourceFallbackLocation
public UltimateResourceFallbackLocation Location { get; }
Property Value
Type: System.Resources.UltimateResourceFallbackLocation
One of the enumeration values that indicates the location (main assembly or satellite) from which to retrieve neutral resources.
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.
See Also