cancel
Showing results for 
Search instead for 
Did you mean: 

Forms & I18n

bgillis
Champ in-the-making
Champ in-the-making
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
5 REPLIES 5

richardketteler
Champ in-the-making
Champ in-the-making
I'll be watching this thread since I'm also interested in this functionality.

bgillis
Champ in-the-making
Champ in-the-making
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.

frederikherema1
Star Contributor
Star Contributor
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).

tap007
Champ in-the-making
Champ in-the-making
I am using Activiti 5.16 , do we have i18n support for forms now ?

jbarrez
Star Contributor
Star Contributor
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…