ResourceManager.FallbackLocation Property

Definition

Gets or sets the location from which to retrieve default fallback resources.

protected:
 property System::Resources::UltimateResourceFallbackLocation FallbackLocation { System::Resources::UltimateResourceFallbackLocation get(); void set(System::Resources::UltimateResourceFallbackLocation value); };
protected System.Resources.UltimateResourceFallbackLocation FallbackLocation { get; set; }
member this.FallbackLocation : System.Resources.UltimateResourceFallbackLocation with get, set
Protected Property FallbackLocation As UltimateResourceFallbackLocation

Property Value

One of the enumeration values that specifies where the resource manager can look for fallback resources.

Remarks

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.

Applies to

See also