I don't think you can programmatically change the Form Language setting. In
addition, this language setting is used when the form is initialized. So even
if you change the culture of the thread that a form is running on after the
form has been opened, the language of the form in toolbars and dialog boxes
will not change, since the Initialize event already took place. The only way
I currently see possible is to create a separate site for each language you
want to localize the form in and publish the form to each site. To switch
between languages, switch between sites. If you find a better solution, let
us know!
---
S.Y.M. Wong-A-Ton
> Hi,
>
[quoted text clipped - 13 lines]
> Is there any way to do this?
> Thanks in advance.