DotNetWikiBot Framework Documentation
Gets canonical default English prefix for specified namespace and colon. If default prefix is not found the main local prefix is returned.

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

Syntax

C#
public string GetEnglishNsPrefix(
	int nsIndex
)

Parameters

nsIndex
Type: System..::..Int32
Index of namespace to get prefix for.

Return Value

Type: String
Returns the prefix with colon, e.g., "Category:".

See Also