I'm translating my APEX appliaction and I remarked that there is a "problem" with the APEXLIB messages that have %label.
I created a required textarea item P_NAME with the label = Name.
When I leave this item blank and go to another item in the region where p_name is, APEXLIB raises the error: Name is required.
I translated my application in French and published it. I run the page where P_NAME is and it displays "nom" (name in French).
When I leave this item blank and go to another item in the region where p_name is, APEXLIB raises the error: Name est requis.
Is it possible for APEXLIB to retrieve the translation of the label instead of using the primary language label?
Regards,
Arnaud.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I'm translating my APEX appliaction and I remarked that there is a "problem" with the APEXLIB messages that have %label.
I created a required textarea item P_NAME with the label = Name.
When I leave this item blank and go to another item in the region where p_name is, APEXLIB raises the error: Name is required.
I translated my application in French and published it. I run the page where P_NAME is and it displays "nom" (name in French).
When I leave this item blank and go to another item in the region where p_name is, APEXLIB raises the error: Name est requis.
Is it possible for APEXLIB to retrieve the translation of the label instead of using the primary language label?
Regards,
Arnaud.