Book Image

Oracle APEX Cookbook : Second Edition

Book Image

Oracle APEX Cookbook : Second Edition

Overview of this book

Table of Contents (21 chapters)
Oracle APEX Cookbook Second Edition
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Creating a translatable application


An application needs to be altered before translations will work. It has to know for instance that it is going to be translated, by setting some properties.

This recipe will show how an application can be prepared for translations.

Getting ready

To start with this recipe we will need a new application. We will use the EMP and DEPT tables to build a straightforward application with minimal effort.

  1. In Application Builder, click on Create to start making a new application.

  2. Select Database as the Application Type and click on Next.

  3. Select From Scratch and click on Next.

  4. Name the application HR Multilingual. Leave the Application ID and other options on their default values and click on Next.

  5. Select the Page Type: Report and Form.

  6. Enter EMP as the Table Name.

  7. Select the implementation classic and click on Add Page.

  8. Repeat these steps to add a report and form for the DEPT table.

  9. Click on Create to finalize the application using Theme 1 or click on Next and follow the wizard...