Skip to main content
Question

How to translate messages in code

  • September 14, 2023
  • 1 reply
  • 141 views

Forum|alt.badge.img+1

I have just added three new functions (PL/SQL)(Layer Cust). This contains error messages that should be displayed to the user in the appropriate language.
          Error_SYS.Record_General(lu_name_, 'NOALLOWRE: It is not allowed to remove this record');
Basically, I know the translation function well from the reports, but how does it work here?

Questions:
- Where and how can I scan the code to make these error messages translatable? I didn't find this function anywhere.
- Where can I translate them afterwards? I didn't find the entries in "Text Translation".

1 reply

Forum|alt.badge.img+1
  • Author
  • Do Gooder (Partner)
  • 1 reply
  • September 15, 2023

Solved the problem