Dec 4, 2014
Internationalization in the Camunda BPM Tasklist
In an international open source project like ours, the users speak a huge variety of languages. When building our new Tasklist we had to address the question of how to deal with internationalization. Customizing Your Own Language In addition to the default language, we added the possibility to plugin your own language for all Tasklist texts, labels, dates and date formats. You can of course use multiple languages at a time, based on the browser settings of your users. To achieve this, you simply need to add your own language file(s) to your Tasklist, without even restarting the application. Read the documentation on how to customize your language settings. Existing Translations The great thing of having a community is that…