DynamicResourceManagerEnsureResourcesGenerated Method

Ensures that the resource sets are generated for the specified culture respecting the merging rules specified by the AutoAppend parameter.

Definition

Namespace: KGySoft.Resources
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
C#
public void EnsureResourcesGenerated(
	CultureInfo culture
)

Parameters

culture  CultureInfo
The culture to generate the resource sets for.

Remarks

This method generates the possibly missing resource sets in memory. Call also the SaveAllResources method to save the generated resource sets immediately.

When generating resources, the value of the AutoAppend is be respected.

See Also