DynamicResourceManagerAutoAppend Property

When UseLanguageSettings is , gets or sets the resource auto append options. When UseLanguageSettings is , auto appending of resources is controlled by LanguageSettings.DynamicResourceManagersAutoAppend property.
Default value: AppendFirstNeutralCulture, AppendOnLoad

Definition

Namespace: KGySoft.Resources
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 8.1.0
C#
public AutoAppendOptions AutoAppend { get; set; }

Property Value

AutoAppendOptions

Remarks

Auto appending affects the resources only. Metadata are never merged.

Auto appending options are ignored if Source is CompiledOnly

  Note

For more details see the Auto Appending section at the description of the DynamicResourceManager class.

Exceptions

See Also