ResourceManager::FallbackLocation Property
.NET Framework (current version)
Gets or sets the location from which to retrieve default 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 enumeration values that specifies where the resource manager can look for fallback resources.
The FallbackLocation property is useful only if you write your own class that derives from the ResourceManager class.
You can use the NeutralResourcesLanguageAttribute attribute to inform the resource manager where to find the default culture for an app: in the main assembly (default) or in a satellite assembly.
.NET Framework
Available since 2.0
Available since 2.0
Show: