DynamicResourceManagerSource Property

When UseLanguageSettings is , gets or sets the source, from which the resources should be taken. When UseLanguageSettings is , the source is controlled by LanguageSettings.DynamicResourceManagersSource property.
Default value: CompiledAndResX

Definition

Namespace: KGySoft.Resources
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 7.2.0
C#
public override ResourceManagerSources Source { get; set; }

Property Value

ResourceManagerSources

Remarks

The default value of this property is CompiledAndResX. Though, if UseLanguageSettings is , the LanguageSettings.DynamicResourceManagersSource property is used, whose default value is CompiledOnly.

Exceptions

See Also