ACCU Home page ACCU Conference Page
Search Contact us ACCU at Flickr ACCU at GitHib ACCU at Facebook ACCU at Linked-in ACCU at Twitter Skip Navigation

Search in Book Reviews

The ACCU passes on review copies of computer books to its members for them to review. The result is a large, high quality collection of book reviews by programmers, for programmers. Currently there are 1949 reviews in the database and more every month.
Search is a simple string search in either book title or book author. The full text search is a search of the text of the review.
    View all alphabetically
Title:
.NET Internationalization
Author:
Guy Smith-Ferrier
ISBN:
0-321-34138-4
Publisher:
Addison Wesley
Pages:
630
Price:
Reviewer:
Simon Sebright
Subject:
Appeared in:
19-4

This is a very strong book on the subject of i18n (Internationalization) of .Net projects, be it forms or web applications. It covers issues in good depth, with much detail and a commanding writing style.

Along with the book are online code examples and tools. I haven't looked at these, but from the snippets in the book, they look to be well written. The tools are essentially extensions to the Visual Studio toolset for dealing with i18n of projects.

The book is full of interesting examples where different languages and cultures bring new concepts to challenge the developer. For example, calendars where there are not necessarily 12 months in a year, or left-to-right issues, or cultures where there is more than one way to sort strings.

The i18n issue covers good practice even in non-localised programs. Not hard-coding things, using resource files effectively, etc., so I learned some useful things even though I am not working on this issue directly.

Index pretty good, although admittedly, the only term I actually wanted to look up wasn't there.

Again, recommended. Even if you don't have an i18n issue to deal with, it's good to know the concepts presented in this book