May 2009
Beginner to intermediate
314 pages
5h 55m
English
![]()
In this chapter, you'll learn how to develop an application that can appear in two or more different languages to suit users in different countries.
Suppose that you have an application that displays the current date and time, as shown in Figure 9-1.
Figure 9-1. Displaying the current date and time
To do that, create a new dynamic web project as usual named MultiLang. Then create a showdate.xhtml file, as shown in Listing 9-1.
Listing 9-1. showdate.xhtml
<!DOCTYPE ...Read now
Unlock full access