DotNetWikiBot Framework Documentation
Gets interlanguage links for pages on WikiMedia Foundation's projects.

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

Syntax

C#
public List<string> GetInterLanguageLinks()

Return Value

Type: List<(Of <(<'String>)>)>
Returns Listof strings. Each string contains page title prefixed with language code and colon, e.g. "de:Stern".

Remarks

WARNING: Because of WikiMedia software bug, this function does not work properly on main pages of WikiMedia Foundation's projects.

See Also