Greetings,
I am currently using APEX 24.1, but this issue has been present since version 23.1, and possibly even earlier.
I am utilizing the Translation Repository to translate the "Page Item Prompt" (essentially the label of an item), and this part works perfectly. However, the problem arises when I attach a validation to that page item. In the validation, I use the placeholder #LABEL#
. I noticed that the replaced text in the validation error message is not being translated.
Does anyone know if this is a bug in APEX (at least that’s what I suspect), or if there is an alternative solution to resolve this?
For now, I’ve resorted to avoiding the #LABEL#
placeholder entirely and manually translating both the label and the error message. However, this workaround is not ideal, as it’s not the outcome I want.