Click or drag to resize
CultureInfoProviderDeleteCultureInfo Method (String)

Note: This API is now obsolete.

Delete specified culture.

Namespace: CMS.Localization
Assembly: CMS.Globalization (in CMS.Globalization.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use ICultureInfoProvider.Delete(CultureInfo) instead. To get an instance of the interface's implementation, use dependency injection or access the instance directly - CultureInfo.Provider.")]
public static void DeleteCultureInfo(
	string cultureCode
)

Parameters

cultureCode
Type: SystemString
Code name of the culture to delete
See Also