TypoScript
lib.langmenuBottom = COA
lib.langmenuBottom {
	10 = COA
	10 {
		10 < plugin.tx_mdlangselect_pi1
		stdWrap.split {
			token = ###SPLITTER###
			cObjNum = 1 |*| 2 |*| 3 || 4
			1.current = 1
			1.wrap = <li class="first">|</li>
			2.current = 1
			2.wrap = <li>|</li>
			3.current = 1
			3.wrap = <li class="last">|</li>
			4.current = 1
		}
	}
	wrap = <ul class="langmenuBottom">|</ul>
}