Chapter 28

Localization?

WHAT’S IN THIS CHAPTER?

  • Formatting of numbers and dates
  • Using resources for localized content
  • Creating and using satellite assemblies
  • Localizing Desktop Applications
  • Localizing Web Applications
  • Localizing Windows Store Apps
  • Creating custom resource readers
  • Creating custom cultures

WROX.COM CODE DOWNLOADS FOR THIS CHAPTER

The wrox.com code downloads for this chapter are found at http://www.wrox.com/remtitle.cgi?isbn=1118314425 on the Download Code tab. The code for this chapter is divided into the following major examples:

  • NumberAndDateFormatting
  • CreateResource
  • CultureDemo
  • BookOfTheDay
  • DatabaseResourceReader
  • CustomCultures

GLOBAL MARKETS

NASA’s Mars Climate Orbiter was lost on September 23, 1999, at a cost of $125 million, because one engineering team used metric units while another one used inches for a key spacecraft operation. When writing applications for international distribution, different cultures and regions must be kept in mind.

Different cultures have diverging calendars and use different number and date formats; and sorting strings may lead to various results because the order of A–Z is defined differently based on the culture. To make usable applications for global markets, you have to globalize and localize them.

This chapter covers the globalization and localization of .NET applications. Globalization is about internationalizing applications: preparing applications for international markets. With globalization, the application supports ...

Get Professional C# 2012 and .NET 4.5 now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.