The document discusses how to internationalize ASP.NET websites to support multiple languages and cultures. It describes using resource files to externalize text that requires translation. Resource files allow non-technical translators to translate text without modifying code. The document outlines creating local and global resource files, and programming techniques for accessing localized resources through code and markup.