This documentation is archived and is not being maintained.
ResourceManager::FallbackLocation Property
Visual Studio 2010
Gets or sets the location from which to retrieve neutral fallback resources.
Assembly: mscorlib (in mscorlib.dll)
protected: property UltimateResourceFallbackLocation FallbackLocation { UltimateResourceFallbackLocation get (); void set (UltimateResourceFallbackLocation value); }
Property Value
Type: System.Resources::UltimateResourceFallbackLocationOne of the UltimateResourceFallbackLocation values.
You can use the NeutralResourcesLanguageAttribute attribute to inform the ResourceManager of the language used to write the neutral culture's resources for an assembly. In doing so, you can pass a member of the UltimateResourceFallbackLocation enumeration to indicate the location from which to retrieve fallback resources.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: