Explicit Localization Expressions
The page in Listing 30.10 is a simple page. It contains a button labeled Click Here! and displays the text Thank You! after you click the button.
Listing 30.10. SimplePage.aspx
The page in Listing 30.10 displays the same text regardless of the language of the user visiting the page. If you want to display text in different languages for different users, you need to make a few modifications to the page.
The page in Listing 30.11 is a localizable version of the same page.
Listing 30.11. LocalizablePage.aspx
Get ASP.NET 4 Unleashed 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.