Namespace:
KGySoft
Assembly:
KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 7.0.0-preview.3
public static AutoSaveOptions DynamicResourceManagersAutoSave { get; set; }
Public Shared Property DynamicResourceManagersAutoSave As AutoSaveOptions
Get
Set
public:
static property AutoSaveOptions DynamicResourceManagersAutoSave {
AutoSaveOptions get ();
void set (AutoSaveOptions value);
}
static member DynamicResourceManagersAutoSave : AutoSaveOptions with get, set
Property Value
Type:
AutoSaveOptions
Considering that the default value of the
DynamicResourceManagersSource property is
CompiledOnly,
none of the
DynamicResourceManager, whose
UseLanguageSettings property is
will
auto save their content by default. Therefore, an application, which uses
DynamicResourceManager instances with centralized settings (maybe indirectly via
class libraries), must opt-in the dynamic behavior of creating .resx resource files on the fly by setting the
DynamicResourceManagersSource property
either to
CompiledAndResX or
ResXOnly.
Reference