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
Default value: AppendFirstNeutralCulture, AppendOnLoad
Namespace: KGySoft.Resources
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 7.0.0-preview.3
Syntax
Property Value
Type: AutoAppendOptionsExceptions
Exception | Condition |
---|---|
InvalidOperationException | The property is set and UseLanguageSettings is . |
Remarks
Auto appending affects the resources only. Metadata are never merged.
Auto appending options are ignored if Source is CompiledOnly
![]() |
---|
For more details see the Auto Appending section at the description of the DynamicResourceManager class. |
See Also