Translate with i18n
by
Wyden Silvan
—
last modified
26.02.2010 10:42
Translate attributes e.g. a input field (but_bestellen is the id of the translation!):
<input type="submit" name="form.button.bestellen" value="Bestellen" i18n:attributes="value but_bestellen">
Translate the content and attribtues of e.g. a span (label_required is the id of the translation!):
<span class="fieldRequired" title="Required" i18n:attributes="title title_required;" i18n:translate="label_required">(Required)</span>
