Click or drag to resize

ILanguageSpecificMetaDataRemove Method

Removes the string of specific locale from the collection

Namespace:  Ingeniux.Runtime.Assets
Assembly:  IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.3.169
Syntax
bool Remove(
	CultureInfo locale
)

Parameters

locale
Type: System.GlobalizationCultureInfo
The locale of the entry to remove

Return Value

Type: Boolean
True if value with given locale exists, false otherwise
See Also