Click or drag to resize

WbMonolingualTextsCollectionItem Property

This is preliminary documentation and is subject to change.

Gets/sets the associated text to the specified language.

Namespace: WikiClientLibrary.Wikibase.DataTypes
Assembly: WikiClientLibrary.Wikibase (in WikiClientLibrary.Wikibase.dll) Version: 0.9.0-int.3+0a73c45f0c78941900e328c6c6b819597b665e00
Syntax
public IEnumerable<string> this[
	string language
] { get; set; }

Parameters

language  String
The desired language code.

Return Value

IEnumerableString
The text associated to the language, or null if the language does not have any associated text.
Exceptions
ExceptionCondition
ArgumentNullExceptionlanguage is null.
See Also