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

Using XLIFF files


One of the world's most recognized standards in localization is the XLIFF format. XLIFF is the abbreviation for XML Localization Interchange File Format. As the name explains, it's an XML standard and it has been adopted by Application Express as the format in which different language files can be exported from and imported into APEX applications.

This recipe will show how we can use XLIFF to quickly translate an application from its default language to a new language.

Getting ready

Start with the translatable application that we have built in the first recipe of this chapter. By doing that, we have a good and clean starting point for the first translation.

How to do it...

  1. Navigate to Shared Components.

    At the bottom of the page we can see a section called Globalization. This section holds all options that are needed to translate the current application.

  2. Click on the link that is labeled Translate Application.

    This will open up a new page with several options to use when translating...