DotNetWikiBot Framework Documentation
Gets localized (translated) version of specified bot's interface message.

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

Syntax

C#
public static string Msg(
	string message
)

Parameters

message
Type: System..::..String
Message in English. Placeholders for substituted parameters must be denoted in curly brackets: {0}, {1}, {2}, etc.

Return Value

Type: String
Returns localized version of the specified message, or English version if localized edition was not found.

See Also