  | WbMonolingualTextsCollectionRemove(String) Method | 
This is preliminary documentation and is subject to change.
            Removes all the text entries associated with the specified language from the collection.
            
Namespace: WikiClientLibrary.Wikibase.DataTypesAssembly: WikiClientLibrary.Wikibase (in WikiClientLibrary.Wikibase.dll) Version: 0.9.0-int.4+fbadc980737ddc9bb67116900ecad57f84a0b241
Syntaxpublic bool Remove(
	string language
)
Public Function Remove ( 
	language As String
) As Boolean
Dim instance As WbMonolingualTextsCollection
Dim language As String
Dim returnValue As Boolean
returnValue = instance.Remove(language)
public:
bool Remove(
	String^ language
)
member Remove : 
        language : string -> bool Parameters
- language  String
 - The language code to be removed.
 
Return Value
BooleanWhether one or more text entries has been removed.
Exceptions
See Also