If your gears will need to be localized for use in different languages or regions, you will need to plan accordingly. In particular, you will want to ensure that your gear will be acceptable in any locale (without recompiling), provided that localization data is provided and that dates and currencies, for example, conform to the conventions for a given locale. Fortunately, these goals are attainable with a minimum of additional effort provided that you use particular well-known methods and tools in developing your gears.

See the Internationalizing a Dynamo Web Site chapter of the ATG Programming Guide for more information.

In addition, you might want to consider using Jakarta’s i18n Tag Library, an emerging internationalization standard. You can obtain the i18n Tag Library and its documentation from the following location:

http://jakarta.apache.org/
 
loading table of contents...