Creates the file name of the manifest for given culture info culture.

Namespace:  SGP.XUtility
Assembly:  SGP.XUtility (in SGP.XUtility.dll)
Version: 1.2.3019.18718

Syntax

C#
public virtual string GetResourceFileName(
	CultureInfo culture
)

Parameters

culture
Type: System.Globalization..::.CultureInfo
A culture info.

Return Value

Returns the file name of a manifest file.

See Also