| 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
)
Function Remove (
languageId As Integer
) As Boolean
bool Remove(
int languageId
)
Parameters
- languageId
- Type: SystemInt32
Id of the language of the resource to remove
Return Value
Type:
BooleanReturn a boolean representing the success of the operation
See Also