[TYPO3] language menu

Karl Camenzuli k.camenzuli at media-consulta.com
Tue Apr 25 11:44:25 CEST 2006


I have a question on activating a language menu on this site

 

http://web25.s112.typo3server.com/269.0.html

 

I don't have much experience in Typo3 so any help would be very welcomed

 

My code in the setup is 

 

##### LANGUAGE CHIOCE BEGIN #####

lib.select = HMENU

lib.select {

  wrap = <select name="language" size="1"><option value="none"
selected="selected">Language</option><option
value="none"></option>|</select>

  entryLevel = 0

  special = directory

  special.value = 268

  1 = TMENU

  1 {

    NO.doNotLinkIt = 1

    NO.stdWrap.dataWrap = <option value="{field:uid}">|</option>

  }

}

##### LANGUAGE CHIOCE END #####

 

 

I have added a form field in the template but am not sure how to proceed.

 

Thanks Karl




More information about the TYPO3-english mailing list