Click or drag to resize
Askia

IResourceFileCollectionRemove Method

Removes a resource file given its language id

Namespace:  AskiaCore
Assembly:  AskiaCore (in AskiaCore.dll) Version: 6.0.0-build000000000000000000000000000000000000000001
Syntax
bool Remove(
	int languageId
)

Parameters

languageId
Type: SystemInt32
Id of the language of the resource to remove

Return Value

Type: Boolean
Return a boolean representing the success of the operation
See Also