DynamicResourceManagerUseLanguageSettings Property

Gets or sets whether values of AutoAppend, AutoSave and Source properties are taken centrally from the LanguageSettings class.
Default value: .

Definition

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

Property Value

Boolean

Remarks

  Note

For examples see the Centralized vs. individual settings and Recommended usage for string resources in a class library sections at the description of the DynamicResourceManager class.

See Also