DotNetWikiBot Framework Documentation
Assembly: DotNetWikiBot (in DotNetWikiBot.dll) Version: 0.0.0.0
Returns localized version of the specified message, or English version if localized edition was not found.
Gets localized (translated) version of specified bot's
interface message.
Namespace: DotNetWikiBotAssembly: 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: StringReturns localized version of the specified message, or English version if localized edition was not found.