Microsoft Windows CE 3.0  

Programming and Designing a Global Application

Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

To compete successfully in international markets, your software must easily accommodate differences in language, culture, and hardware. The most effective way to accomplish this is to take international considerations into account at the beginning of the product cycle and throughout development. By planning ahead, you can create software in a single effort that accommodates multiple languages, instead of just one.

The process of developing an application whose features and code designs do not make assumptions based on a single language or locale and whose source code simplifies the creation of different language editions of an application is known as globalization. The process of creating globalized software is divided into two areas — internationalization, which covers generic coding and design issues, and localization, which involves translating and customizing a product for a specific market.

This section focuses on internationalization and, specifically, the issues that you must consider when designing the code and user interface for a global application.



 Last updated on Friday, April 02, 2004

© 2004 Microsoft Corporation. All rights reserved.