Is there a way to translate the placeholder property:
<input type='text' id='company' placeholder='....Company..Firma....'/>
i have also tried this:
<input type='text' id='company' alt='[english]' placeholder='Company'/>
<input type='text' id='company' alt='[german]' placeholder="Firma"/>