| <languagelink>Language</languagelink> 
 The tag creates a link to a language selector. The created links can be place anywhere on the platform and can have a custom name and formatting.
 
 Example:
 
 <advancedparser/><html>Languages:
 <languagelink genGerman style="color: red;">German!</languagelink>
 <languagelink English style="color: green;">English!</languagelink>
 </html>
 
 The code above creates the following links: 
 
Languages:
German!
English!
 
 
  You can use this tag only in html mode and at the very beginning of the html text you should type <advancedparser/>!
 
 |