Internationalization and localization

You need to take internationalization concerns into account as early as possible when designing your application.

When localizing your application, there are two different concerns that you need to manage in your project. These are as follows:

  • Date, Times, Currency, and other locale-sensitive data types.

  • UI text strings.

For information on loading resources, see CONE resource loader overview

This section describes internationalization and localization, including: