Forms localization

1,031 views
Skip to first unread message

Esteve Graells

unread,
Nov 20, 2007, 4:58:32 AM11/20/07
to live...@googlegroups.com
Anyone has an example on how to manage to provide a  form in different languages? As a struts  programmer I haven't seen anything similar, but I'm sure designer provides that.

could you point me to any example?

Thanks in advance

--
Esteve Graells

ege

unread,
Nov 20, 2007, 5:00:13 AM11/20/07
to Adobe LiveCycle Developers
Could anybody point me to a localicalization example? or a quick
explanation on how to manage using different languages for the same
form?

Thanks in advance,

esteve.

Dave Venance

unread,
Nov 24, 2007, 1:47:51 AM11/24/07
to Adobe LiveCycle Developers
I don't have an example, but I have seen this done in the past. The
problem becomes that each localized part of the form does not take up
the same amount of space, so a fair bit of care must be taken to
ensure that text does not run over other objects. What I have seen is
that all of the text labels are actually fields themselves. The
fields end up getting set based on a language flag that is passed in
as data and there is an initialize event for each field (that is a
label) that will set the field with the appropriate text for the
selected language based on the flag. The field is set to be readonly
so that the end user does not know it is really a field. The end
result is a form with the same layout, only the field and text on the
form ends up showing the localized text.

Esteve Graells

unread,
Nov 24, 2007, 6:51:22 AM11/24/07
to live...@googlegroups.com
Thank you very much, I'll try to catch some code out there, if so, I'll paste it here.

2007/11/24, Dave Venance <dven...@gmail.com>:



--
Esteve Graells

Bob Bailey

unread,
Nov 26, 2007, 4:26:45 PM11/26/07
to Adobe LiveCycle Developers
One way you can do this is with the dynamic binding feature in
Designer. To turn this feature on, go into Tools > Options > Data
Binding > Show Dynamic Properties. Basically you can create a form
with field captions bound to values from the XML data file. You can
create data files for the different languages and when you merge the
data into the form, the form will display in the appropriate
language. I have an example that I can post.

Bob Bailey




On Nov 24, 6:51 am, "Esteve Graells" <esteve.grae...@gmail.com> wrote:
> Thank you very much, I'll try to catch some code out there, if so, I'll
> paste it here.
>
> 2007/11/24, Dave Venance <dvena...@gmail.com>:
>
>
>
>
>
>
>
> > I don't have an example, but I have seen this done in the past. The
> > problem becomes that each localized part of the form does not take up
> > the same amount of space, so a fair bit of care must be taken to
> > ensure that text does not run over other objects. What I have seen is
> > that all of the text labels are actually fields themselves. The
> > fields end up getting set based on a language flag that is passed in
> > as data and there is an initialize event for each field (that is a
> > label) that will set the field with the appropriate text for the
> > selected language based on the flag. The field is set to be readonly
> > so that the end user does not know it is really a field. The end
> > result is a form with the same layout, only the field and text on the
> > form ends up showing the localized text.
>
> > On Nov 20, 5:00 am, ege <esteve.grae...@gmail.com> wrote:
> > > Could anybody point me to a localicalization example? or a quick
> > > explanation on how to manage using different languages for the same
> > > form?
>
> > > Thanks in advance,
>
> > > esteve.
>
> --
> Esteve Graells- Hide quoted text -
>
> - Show quoted text -

Esteve Graells

unread,
Nov 30, 2007, 2:52:17 PM11/30/07
to live...@googlegroups.com
That's exactly what I was waiting to hear. Bob if there is no issue posting it, please do it, otherwise esteve.graellsATgmail.com

Thanks, great!

2007/11/26, Bob Bailey <boba...@adobe.com>:
Reply all
Reply to author
Forward
0 new messages