Introduction

     

Internationalizing an application requires explicit planning during the initial design. It generally consists of three steps:

  1. Designing for globalization by ensuring the application is culture and language neutral. In other words, any content whose display depends on culture or language cannot be hardcoded in the HTML or program code.

  2. Designing for localization by ensuring that no data that is culture or language specific is contained in the code and that the required data is obtained from resource files.

  3. Creating specific resource files to support each culture and language.

The full details of internationalizing an application would require a significant portion of this book. Instead, a few samples of internationalization are included. If you need to internationalize an application, you would do well to obtain training or purchase one of the many books dedicated to the subject.



ASP. NET Cookbook
ASP.Net 2.0 Cookbook (Cookbooks (OReilly))
ISBN: 0596100647
EAN: 2147483647
Year: 2006
Pages: 179

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net