The Quincy Funds application can display content in English, French, German, and Japanese. When you modify your language preference, the navigation bar and the feature links change to the selected language. Any dates, times, percentages, and currencies on each page also adhere to that language selection.

As a guest, you can adjust your language preference on your home page. As a registered member, you can specify a language preference, which is carried across site visits. At any time, you can change your language through the My Preferences page.

About Locales (for Programmers)

A locale is a code that represents a language/country combination. The locales supported in Quincy Funds are as follows:

Language / Country

Locale

English / United States

en_US

French / France

fr_FR

German / Germany

de_DE

Japanese / Japan

ja_JP

ATG 2007.3 determines a visitor’s locale by scanning these parameters in this order and implementing the first that contains a valid value:

For example, to display a guest visitor’s home page in the correct language, ATG 2007.3 first looks to the guest’s profile for the locale property, which is always null. Then it refers to the visitor’s browser for the Accept–Language HTTP setting. If none exists, ATG 2007.3 pulls the locale information from the default visitor locale. Finally, if none of these settings are configured, it uses the server locale.

Locales at Work

In the Quincy Funds application, a directory is set up for each of the site’s locales. The locale-specific files are in the following directories:

A separate Features repository contains feature articles in each supported locale.

When a visitor opens the Quincy Funds home page, he or she views index page. This page contains a Switch servlet bean that finds the visitor’s locale (through the process outlined above) and displays the home page in the corresponding language directory. This is an example of content rendered dynamically through components.

For more information on the Switch servlet bean, see the ATG Page Developer's Guide.

Displaying Japanese Characters

If you are running a Western operating system, you need to configure your computer to accept double-byte, non-Latin characters. This is a two-part process that involves downloading the Japanese fonts from the Microsoft Web site and configuring your browser preferences. If you installed the Japanese character set when installing your client’s operating system, you don’t need to install the Japanese fonts now.

Important: If you’re running on Windows 2000 and you didn’t load the Japanese character set during installation, you need to install it from the installation CD. Downloading the Japanese character set supplied by the Microsoft Web site could damage your operating system.

To download the Japanese fonts:

Once you’ve installed the Japanese character set, prepare your preferred browser by modifying the font and language settings.

To customize your Internet Explorer browser:

To change your browser back to your default language, return to the language settings and move your preferred language to the top of the list.

To customize your Netscape Navigator browser:

To change your browser back to your preferred language, return to the language settings and move your native language to the top of the list.

You may also need to configure the ATG Control Center to allow you to view Japanese files. For more information, see the ATG Programming Guide.