ResXResourceManagerGetResourceFileName Method

Generates the name of the resource file for the given CultureInfo object.

Definition

Namespace: KGySoft.Resources
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0
C#
protected override string GetResourceFileName(
	CultureInfo culture
)

Parameters

culture  CultureInfo
The culture object for which a resource file name is constructed.

Return Value

String
The name that can be used for a resource file for the given CultureInfo object.

See Also