Hi Octavian,
>I don't know if there is a value_loc option for select/radio elements because I never needed such a thing, but if there is not, you can get the localized value after submitting the form and in the form print just the key you want to localize (because the users can't see that key anyway). Sorry, I miswrote it a little bit. The value_loc exists for eg the submit button. But if I want to localize an options array I have to do it by the long way mentioned in the post before. It seems that there is no options_loc (Post from 2007: http://lists.scsys.co.uk/pipermail/html-formfu/2007-October/000640.html). I need the localization with options to generate localized html code like the following: <select name="type"> <option value="1">Anfrage</option> <option value="2">Buchung</option> </select> And # Request type - type: Select name: type label_loc: type options: - value: '1' label_loc: request - value: '2' label_loc: booking is doing this job. Thanks anyway for your response! Stefan
_______________________________________________ HTML-FormFu mailing list HTML-FormFu@lists.scsys.co.uk http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/html-formfu