Localizing the movie list

Lets take one more example. This time we are going to use a properties file with our list of movies. To do this we are going to add a title to the list which will be sourced from a properties file.

Figure 1. Adding a column title
091      myFavouriteMovies.setTextResource("sample.i18n.MoviesList");
092      myFavouriteMovies.addColumnTitle(1, "list.col1.title");