Error messages not getting translated to pt_BR
We have a section, where another two section include are being called. We have some mandatory properties where we validate the Min/Max (6/6) characters that the user should input, if the user tries to enter less than 6 characters, Pega trows the error "The field should be at least 6 characters long.", the problem is that this message should be in Portuguese.
We tried to use Field Values pyMessageLabel with the message in Portuguese, but it still not working.
Recently we've upgraded from PRPC 7.1.8 to 7.2.2, and it was working as expected in the old version.
Note: We have another validation for the same property to check if the value is a valid integer, and the error message for this validation is trowing the correct error message in Portuguese.