Call to a form with various languages from different urls.

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Call to a form with various languages from different urls.

aitor
Is there any way to access a form in the form runner with a different url for each language. I want to call the form from another application and in the url I want to pass the language you have to load.
Example:
http://localhost:8080/orbeon/fr/prueba/prueba/new?lang=es
http://localhost:8080/orbeon/fr/prueba/prueba/new?lang=eu
Reply | Threaded
Open this post in threaded view
|

Re: Call to a form with various languages from different urls.

Erik Bruchez
Administrator
Try:

  http://localhost:8080/orbeon/fr/prueba/prueba/new?fr-language=es

-Erik

On Thu, Apr 28, 2011 at 2:18 AM, aitor <[hidden email]> wrote:

> Is there any way to access a form in the form runner with a different url for
> each language. I want to call the form from another application and in the
> url I want to pass the language you have to load.
> Example:
> http://localhost:8080/orbeon/fr/prueba/prueba/new?lang=es
> http://localhost:8080/orbeon/fr/prueba/prueba/new?lang=eu
>
> --
> View this message in context: http://orbeon-forms-ops-users.24843.n4.nabble.com/Call-to-a-form-with-various-languages-from-different-urls-tp3480515p3480515.html
> Sent from the Orbeon Forms (ops-users) mailing list archive at Nabble.com.
>
>
> --
> You receive this message as a subscriber of the [hidden email] mailing list.
> To unsubscribe: mailto:[hidden email]
> For general help: mailto:[hidden email]?subject=help
> OW2 mailing lists service home page: http://www.ow2.org/wws
>
>


--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: Call to a form with various languages from different urls.

aitor
Thanks Erik.