Click or drag to resize
CultureInfoGetDefaultData Method
Returns the default object installation data

Namespace: CMS.Localization
Assembly: CMS.Localization (in CMS.Localization.dll) Version: 10.0.0
Syntax
C#
protected override DataSet GetDefaultData(
	IEnumerable<string> excludedNames = null
)

Parameters

excludedNames (Optional)
Type: System.Collections.GenericIEnumerableString
Objects with display names and code names starting with these expressions are filtered out.

Return Value

Type: DataSet
Remarks
Only en-US culture is marked as UI culture for the default data.
See Also