2 Replies Latest reply on Jun 28, 2012 1:00 PM by jnorris

    Language setting in I18NTEXT

    jnorris

      This issue is somewhat related to the one I'm having with exceptions getting a task.  When ksession.startProcess() is called it is creating a task and rows in other task-related tables including I18NTEXT.  The language column is always set to "en-UK".  I tried adding a language variable to the map in the startProcess call but that doesn't change the value in the language column.  Does anyone have any insight on this?  Otherwise what use is the language column?

        • 1. Re: Language setting in I18NTEXT
          swiderski.maciej

          It is up to the WS handler to configure task instance that is created and by default it creates all the I18N elements with en-UK that's why you see that entry only. So if you would like to change the default you would need to extend the current work item handler for human task. Obviously that needs to be enhanced so if you don't mind please create a jira for this so handlers can be enhanced to cover configurable I18N tasks data.

           

          HTH

          • 2. Re: Language setting in I18NTEXT
            jnorris

            Ok, will add the jira for this.