Internationalizing Applications

From RAD Studio
Jump to: navigation, search

Go Up to Internationalization and Localization


You need to complete the following steps to create internationalized applications:

  1. Enable your code to handle strings from international character sets.
  2. Design your user interface to accommodate the changes that result from localization.
  3. Isolate all resources that need to be localized.

See Also