[jbpm-dev] [Design of JBoss jBPM] - Re: Task I18N support

tom.baeyens@jboss.com do-not-reply at jboss.com
Tue Aug 4 03:52:43 EDT 2009


translations should be done in the UI layer.  we won't pursue this in our console any time soon, i think.

but you can always leverage the core engine and build translations on top of it.

<task name="mytask" form="myform"...

String lang = ...get the user language...;
String formResource = task.getFormResourceName() + "-" + lang + ".form";
...render the form...

Will get you the form in the specific language.

Also your form technology would have to be capable of resolving the form parameter keys to translated texts where appropriate.

In summary: we want to make sure that the engine allows for you to build your translatable forms on top of jBPM.  But we won't be shipping translation features out of the box any time soon.

View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4247761#4247761

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4247761


More information about the jbpm-dev mailing list