
Application Localization and Globalization
When you create a localized application, you also create one or more satellite assemblies that contain resources localized for specific cultures and locales. You can deploy all satellite assemblies within a single application package, or create application packages that target one or more cultures and provide logic on the server that downloads the appropriate package to each user.
For more information, see Localizing Silverlight-based Applications.
Globalization is closely related to localization. It involves designing and developing applications that support localized user interfaces and regional data for users in multiple cultures. A globally aware application, for example, presents data using the symbols (such as currency or decimal symbols) and formats familiar to a user in a particular culture.
For more information, see Creating Globally Aware Applications.