Appendix: Using the LANGUAGESELECTOR Element Tag

The Language Selector element tag enables users to change the current language of all text on the page. The tag appears as a bulleted list of languages, and the user can select the appropriate language at any time.

This tag has the following default syntax:

<%# LANGUAGESELECTOR() %>

You can leave this as it is if you want to use the element tag's default settings, however there is a series of extended properties that you can edit to customise the look and functionality of the login control. The following syntax shows all of the these optional parameters:

<%# LANGUAGESELECTOR(
IsListItem
HasListDivide
ListDivideClass
HasOuterContainer
Style) %>