1
0
-1

I'm using a "status" field in many processes, also I have installed a couple of languages in my system.

The status field is being shown in many lists with some kind of values i.e. "Approved" "Rejected" "In progress"... Also, I'm using this field as variable on many process decision.

So, how can I localize this field when I show it in a list? Also, how can I localize it when I use it on a Option Filter?

Thanks!

    CommentAdd your comment...

    3 answers

    1.  
      1
      0
      -1

      1. In the list, set the option label to #i18n.key#

      2. In the form selectbox, set the option labrl to use #i18n.key#

      3. In app properties → messages, set the same key for all the languages to support. 

        CommentAdd your comment...
      1.  
        1
        0
        -1

        Thanks! That was a great help.

          CommentAdd your comment...