  | WbMonolingualTextCollectionItem Property | 
This is preliminary documentation and is subject to change.
            Gets/sets the associated text to the specified language.
            
Namespace: WikiClientLibrary.Wikibase.DataTypesAssembly: WikiClientLibrary.Wikibase (in WikiClientLibrary.Wikibase.dll) Version: 0.9.0-int.4+fbadc980737ddc9bb67116900ecad57f84a0b241
Syntaxpublic string? this[
	string language
] { get; set; }Public Default Property Item ( 
	language As String
) As String
	Get
	Set
Dim instance As WbMonolingualTextCollection
Dim language As String
Dim value As String
value = instance(language)
instance(language) = value
public:
property String^ default[String^ language] {
	String^ get (String^ language);
	void set (String^ language, String^ value);
}member Item : string with get, set
Parameters
- language  String
 - The desired language code.
 
Return Value
StringThe text associated to the language,
            or 
null if the language does not have any associated text.
Exceptions
See Also