Forms & I18n
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-06-2011 08:55 AM
Hi guys,
I'm currently evaluating the latest version of Activiti (5.1) and I was wondering how to handle i18n within forms; in particular, through build-in form rendering and using current Locale ? If possible, could you provide a simple example ? If it is not, could you give some hints to handle this requirement ?
Thanks for your help,
Bertrand
I'm currently evaluating the latest version of Activiti (5.1) and I was wondering how to handle i18n within forms; in particular, through build-in form rendering and using current Locale ? If possible, could you provide a simple example ? If it is not, could you give some hints to handle this requirement ?
Thanks for your help,
Bertrand
Labels:
- Labels:
-
Archive
5 REPLIES 5

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-08-2011 11:38 AM
I'll be watching this thread since I'm also interested in this functionality.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-10-2011 03:09 AM
Moreover I haven't found in jBpm 4 any information about i18n and forms handling neither. :roll:
In Belgium we need to handle at least French, Dutch and English.
So this feature is mandatory for us.
Well… it seems we are only two interested in this topic.
In Belgium we need to handle at least French, Dutch and English.
So this feature is mandatory for us.
Well… it seems we are only two interested in this topic.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-10-2011 03:34 AM
Currently, nothing is built in into the default form rendering for this purpose yet… So you can't just use the explorer out of the box.
We allow you to plug in your own form-rendering engine (property ProcessEngineConfiguration.customFormEngines in config) which could handle this. Explorer uses the default form rendering, so you would have to override the default form-rendering engine with the one you use (overriding initFormEngines() on ProcessEngineCOnfiguration).
We allow you to plug in your own form-rendering engine (property ProcessEngineConfiguration.customFormEngines in config) which could handle this. Explorer uses the default form rendering, so you would have to override the default form-rendering engine with the one you use (overriding initFormEngines() on ProcessEngineCOnfiguration).

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-22-2014 08:36 AM
I am using Activiti 5.16 , do we have i18n support for forms now ?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-30-2014 01:01 PM
Explorer is 18n, but if you want the same for forms it will need to be yourself. Ie using a key in the form and doing a lookup in form code. That's quite a bit of customization work…
