Note
This method has no effect if DynamicResourceManagersSource is CompiledOnly.
public static void SavePendingResources()
Public Shared Sub SavePendingResources
public:
static void SavePendingResources()
static member SavePendingResources : unit -> unit
When using this overload, the format of the saved .resx files is determined by the CompatibleFormat property of each DynamicResourceManager instance. To force a specific format for all DynamicResourceManager instances, use the SavePendingResources(Boolean) overload instead.
This method forces all DynamicResourceManager instances with centralized settings to save possibly changed or generated resources independently of the value of the DynamicResourceManagersAutoSave property.
If this method is called right after the EnsureResourcesGenerated method, then we can ensure that resource files are generated for the currently set DisplayLanguage.