A
|
ann 6/22/2010 |
Hi, |
D
|
ddefrain author 6/22/2010 |
Hi, I'm not sure that I understand your question. Please re-phrase it.
|
J
|
Jane 6/23/2010 |
Hi, "`language`='".$_SESSION["language"]."'" |
D
|
ddefrain author 6/23/2010 |
Hi, unfortunately it's not possible to translate values from 'list of values' in the radio buttons automatically. As workaround you can use 'Lookup table' option on the"Edit as" settings dialog and select values from lookup table. Then add field where language for each label will be stored and filter values in the radiobutton using WHEREstatement: "`language`='".$_SESSION["language"]."'"
|
D
|
ddefrain author 6/25/2010 |
Thanks Jane; I'll check it out. Regards.
"`language`='".$_SESSION["language"]."' and `type`='yourradiobuttontype'"
|