DotNetWikiBot Framework Documentation
Gets MediaWiki system messages (those listed on "Special:Allmessages" page).

Namespace: DotNetWikiBot
Assembly: DotNetWikiBot (in DotNetWikiBot.dll) Version: 0.0.0.0

Syntax

C#
public Dictionary<string, string> LoadMediawikiMessages(
	bool modified
)

Parameters

modified
Type: System..::..Boolean
If true, the user-customized messages are returned. If false, original unmodified messages from MediaWiki package are returned. The latter is required very rarely.

Return Value

Type: Dictionary<(Of <(<'String, String>)>)>
Returns dictionary, where keys are message identifiers (all in lower case) and values are message texts.

See Also