Hello
My goal is to have all my applications translated on the runtime for Portuguese of Portugal, like said here: Installing Translated Versions of Oracle APEX but I am not sure how to do it.
So, if I enter the apex/builder/pt like the documentation says I have 3 files f4470_pt.sql, load_pt.sql,unload_pt.sql.
Now I have 1 database with 3 users/schemas, Schema1,Schema2 and Schema3. And each application has one Schema Related, so 3 applications on Apex.
These 3 applications also have the Public User as APEX_PUBLIC_USER and the database schema/user for apex is APEX230200.
Now, this is the part I get lost…where and wich user should I use to run the script load_pt.sql ?
Because I runned the load_pt.sql (on Toad for Oracle) with APEX230200 user, it runned smoothly, but my appplications runtimes are still in English. Some guide would be very apppreciated. Thanks