Localizing the My Favourite Movies Pod

In this section we will update our Movies Pod to read the values from properties files instead of using hardcoded Strings. Lets start with a simple example, localizing the Pod title. We will create a properties file with a title property and then update our PodBuilder to reference this property.

Note: The full listing for the createPod method for all examples that follow can be found in Appendix A.8.