[TYPO3-UG Dutch] Selectbox in FCE -> Hoe localiseren?

Pascal Cramer pascal at NOSPAMroguesheep.nl
Fri Nov 27 10:58:15 CET 2009


Hoi Jonas,

je hoeft niet altijd het internet af te struinen, vaak ligt de 
oplossing dichterbij dan je denkt ;-)
Kijk bv eens in de flexform van een geinstalleerde extensie (bv 
sr_feuser_register).
Daar zie je o.a. staan voor de opties:
---
LLL:EXT:sr_feuser_register/locallang_db.xml:tt_content.pi1_flexform.display_mode.1
---

En in de locallang_db.xml o.a:
---
<label 
index="tt_content.pi1_flexform.display_mode.1">Default</label>
---
Deze file kun je dus invullen en uitbreiden met elke gewenste taal.

Groeten,
Pascal

Jonas Verschaeve wrote:
> Beste TYPO3'ers, 
> 
> ik heb een FCE waarvan dit een element is:
> 
> <field_productgamma type="array">
> 				<tx_templavoila type="array">
> 					<title>Product gamma</title>
> 					<sample_data type="array">
> 						<numIndex index="0"></numIndex>
> 					</sample_data>
> 					<eType>select</eType>
> 					<tags>*:inner</tags>
> 				</tx_templavoila>
> 				<TCEforms type="array">
> 					<config type="array">
> 						<type>select</type>
> 						<items type="array">
> 							<numIndex index="0" type="array">
> 								<numIndex index="0">Thermisch gamma</numIndex>
> 								<numIndex index="1">THERMISCH GAMMA</numIndex>
> 							</numIndex>
> 							<numIndex index="1" type="array">
> 								<numIndex index="0">Brandwand gamma</numIndex>
> 								<numIndex index="1">BRANDWAND GAMMA</numIndex>
> 							</numIndex>
> 							<numIndex index="2" type="array">
> 								<numIndex index="0">Binnenwand gamma</numIndex>
> 								<numIndex index="1">BINNENWAND GAMMA</numIndex>
> 							</numIndex>
> 							<numIndex index="3" type="array">
> 								<numIndex index="0">Kimblokken en planellen</numIndex>
> 								<numIndex index="1">KIMBLOKKEN EN PLANELLEN</numIndex>
> 							</numIndex>
> 							<numIndex index="4" type="array">
> 								<numIndex index="0">Lateien en U-lateien</numIndex>
> 								<numIndex index="1">LATEIEN EN U-LATEIEN</numIndex>
> 							</numIndex>
> 							<numIndex index="5" type="array">
> 								<numIndex index="0">Toebehoren</numIndex>
> 								<numIndex index="1">TOEBEHOREN</numIndex>
> 							</numIndex>
> 							<numIndex index="6" type="array">
> 								<numIndex index="0">Isolerend gamma</numIndex>
> 								<numIndex index="1">ISOLEREND GAMMA</numIndex>
> 							</numIndex>
> 						</items>
> 						<default>0</default>
> 					</config>
> 					<label>Product gamma</label>
> 				</TCEforms>
> 			</field_productgamma>
> 
> Graag had ik deze selectbox gelocaliseerd. Ik heb het internet reeds platgezocht maar nog geen oplossing gevonden. Mocht er mij iemand op weg kunnen helpen zou je mij dolgelukkig maken.
> Bedoeling is dat deze gamma's ook in het frans kunnen getoond worden op de website.
> 
> Alvast bedankt, 
> 
> Met vriendelijke groeten,
> 
> Jonas Verschaeve


More information about the TYPO3-UG-Dutch mailing list