Wer ein umfangreiches Beispiel zur Globalisierung von ASP.NET 2.0 Applikationen sucht, sollte sich das PhotoGallery Sample von Michele Leroux Bustamante ansehen.
Folgende Themen werden darin behandelt:
- The use of profiles that store preferred theme and culture
- Dynamic theme selection at runtime based on profile settings
- The use of ASP.NET 2.0 localization features
- Setting the request thread's culture dynamically based on profile settings
- Database localization (table selection by culture)
- Caching by culture and theme
- Workaround for retrieving profile information for custom caching (GetVaryByCustomString())