Localization is the process of customizing your application for a given culture and locale. Localization consists primarily of translating the user interface. The topics in this section describe how to use resources to localize the contents of ASP.NET Web pages.
- ASP.NET Web Page Resources Overview
- How to: Create Resource Files for ASP.NET Web Sites
- How to: Use Resources to Set Property Values in Web Server Controls
- How to: Retrieve Resource Values Programmatically
- Walkthrough: Using Resources for Localization with ASP.NET
- ASP.NET Globalization and Localization
Provides general information about how to create ASP.NET Web applications for a global audience.
- Localizing Resources for Component Libraries Overview
Provides an overview of how to localize script resources for client components.
- Walkthrough: Embedding Localized Resources for a JavaScript File
Shows how to include a JavaScript file as an embedded resource in an assembly, and how to include localized strings for use in the JavaScript file.