Skip Headers
Oracle® Database 2 Day + Application Express Developer's Guide
Release 3.0

Part Number B28551-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
View PDF

6 About Globalization

This section describes some basic information about globalization. It also leads you through the steps to specify how the application will determine global identification.

This section contains the following topics:

About Language Identification and Rendering

You can develop applications in Application Builder that run concurrently in different languages. This feature enables different users to view the application in their own language and data in the appropriate formats.

When rendering a page in the application, Oracle Application Express first determines the language for an application based on the method you specified. Then, the Application Express engine alters the session language and territory settings for a specific page request. It then looks for a translated application in the appropriate language. If the Application Express engine finds that language, it renders the application using that definition. Otherwise, it renders the application in the base (or primary) application language.

Even if your application is not translated, the language display determines the format for displaying data so that end users view numbers, dates, and currency in the appropriate formats.

Specifying the Method for Global Identification

As part of the application definition settings, you can specify how the application determines which language and formats to display. You can base it on the user's browser language preference or restrict it to the language you specify.

To specify the method for determining global identification:

  1. Click Application Builder and then select the application.

  2. Click Shared Components.

  3. Under Globalization, click Edit Attributes.

  4. Under Globalization, specify the following:

    1. Application Primary Language - Select the language you used when developing the application.

    2. Application Language Derived From - Select Browser (use browser language preference).

      This option enables users to view the application in the language specified in their browsers.

    3. Automatic CSV Encoding - Select Yes or No.

      Automatic CSV Encoding controls the encoding of all comma-delimited (CSV) report output in an application. If Automatic CSV Encoding is set to Yes, CSV report output will be properly converted to a character set compatible with localized desktop applications. The character set for the CSV encoding is determined by the Application Language Derived From setting.

      Description of glb_settings.gif follows
      Description of the illustration glb_settings.gif

For example, the end user whose browser setting is German (de) will see these changes on the Employees page of AnyCo Corp:

Note that the application fields are not yet translated. For instructions on translating your application, see "Managing Application Globalization" in Oracle Database Application Express User's Guide.