Note
This method has no effect if DynamicResourceManagersSource is CompiledOnly.
public static void SavePendingResources(
bool compatibleFormat
)
Public Shared Sub SavePendingResources (
compatibleFormat As Boolean
)
public:
static void SavePendingResources(
bool compatibleFormat
)
static member SavePendingResources :
compatibleFormat : bool -> unit
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.