28 Jul
2005
28 Jul
'05
9:03 a.m.
--On 28. Juli 2005 11:59:09 +0300 Cristi Barladeanu <kristache@gmail.com> wrote:
Good day everyone
I've defined some archetypes that contain fields like Title_en, Title_de, Content_en, Content_de, etc. Assuming that I've set a language var related to URL like (lang = 'en'), how can i access them?
Please ask AT related questions on the at-users list. In general you should not access attributes in AT directly but only through the accessor methods. There is something like getField(fieldname) in the AT which might help you (look also at the AT docs). -aj