cancel
Showing results for 
Search instead for 
Did you mean: 

Localization for the Activiti Designer?

prace
Champ in-the-making
Champ in-the-making
hi all,

is there any work in progress to localize the UI of the Activiti Designer?

I lookes at the source code and it seems like all the strings have to be externalized and then there needs to be some language packs …

thx
13 REPLIES 13

prace
Champ in-the-making
Champ in-the-making
@trademak: ok. thanks!

steve1
Champ on-the-rise
Champ on-the-rise
Hi,

No comment means no plan about my previous question now?

I think there is a confusion about my understanding of the UI localization.

Can you please tell me a hint about a future plan about these features?

No discussion or not feasible with the BPMN 2.0 or priority is lower than others?


Summarized question:

1. We can get progress image, but it's defferent from the design, and Asian language is not displayed.

This is what I use to get the progress image:

imageStream = ProcessDiagramGenerator.generateDiagram(
processDefinitionEntity, "png",
runtimeService.getActiveActivityIds(wfInstanceId));

2. Can I specify properties in multi-lingual values?

If for example, I specify name of the node in multi-lingual values, the process will be shown with the specified language in design time and in runtime(progress image) also.

In case of the custom node, it will be great if we can specify multi-lingual values on the property names, help messages, property items, etc.

It will be required when we design a global process, and now my application needs it.


Any comment will be appreciated.

k_egor
Champ in-the-making
Champ in-the-making
Hi,
If we have the localization implemented in the Designer, every language contribution would be great.
I'll first implement the localization in the source code and then I'll post a request for help with the language files on the user forum, is that a good approach?
Best regards,
Hi, this is the awsome approach Smiley Happy , but is there any news about implementation of the localization?

pneudecorb
Champ in-the-making
Champ in-the-making
Not that we are voting, but I would vote +1 to have better localization support in activiti especially in regards to the generation of process diagram (definition/instance) generation.  In order for us to use this capability in our product using Activiti we HAVE to be able to localize all aspects of the presentation.

Localization (I18N) should never be an after thought in a product that has visual components (e.g., generated diagram images).

We find these diagrams very useful in our product, but no way that we are aware to support their generation in multiple locales.

Pneu