Internationalization and Localization Using Microsoft .Net is intended to be a comprehensive discussion of how to localize code using Visual Studio .Net. Author
Nick Symmonds knows the advantages of preparing for localization in the design stage and the disadvantages of localizing a project after the fact, and he discusses both methods of localizing code in this book. All aspects of localization are examined, from handling date, time, and currency and text data, to developing multilingual user interfaces and help files. He also covers Visual Studio's localization features and tools in depth and presents the pros and cons of each to the reader.
Internationalization and Localization Using Microsoft .Net is unique in that it covers both C# and Vb .Netall examples are presented in both languages. This language-independent approach is essential given that large systems may use both languages, and the principals discussed can be applied to other .Net languages as well. Some of the core topics covered are as follows:
- The Globalization and Resources namespaces, which relate directly to localization
- Resource files and how they are used in .Net
- Visual and command-line tools that aid in localization
- In depth discussion of design and implementation of world-ready programs
Also included is a comprehensive example of a resource editor, with code provided in both C# and Vb .Net. This project is not only useful as product in itself, but also instructive in how to write fairly complicated code in both .Net languages.
Nick Symmonds is a software engineer working for the Security and Safety Solutions division of Ingersoll-Rand Corp. He currently works on the software/hardware integration team and the programs he has written are used around the world. He has written articles for Multilingual Computing and Technology magazine, and during his career, he has programmed in C, straight C++, ATL, and VB. He is now a staunch convert to the.NET platform.