Hey guys,

is it possible to have multi lingual descriptions/Labels for an editable field ?

English
Code: Select all
<cms:editable name='gender' label='Gender' group='test'  opt_values='Male=user | Female=woman' type='radio' />


Dutch
Code: Select all
<cms:editable name='gender' label='Geslacht' group='test' opt_values='Man=user | Vrouw=woman' type='radio' />


And what is the best way to implement such a thing as i want to avoid double codes or double arrays with IF statements.

Ty

EDIT:

Already figured it out guys please ignore this post.

Ty