October 2010
Intermediate to advanced
1920 pages
73h 55m
English
Culture and ASP.NET ControlsThe value of the Culture property automatically has an effect on the rendering behavior of ASP.NET controls such as the Calendar control. For example, Listing 30.8 uses the ASP.NET Calendar control to display a calendar (see Figure 30.6).
Figure 30.6. Displaying a localized Calendar control.

Listing 30.8. ShowCalendar.aspx

The Culture attribute in the <%@ Page %> directive is set to the value id-ID (Indonesian). When the calendar is rendered, Indonesian month names display in the calendar.