I've added an MKMapView as a subview on one of my viewcontrollers. My app supports 6 languages. The map works alright in terms of showing directions. But the "Legal" text on the map (bottom left) shows as <unlocalized> instead of having a text saying "Legal" in whatever language is selected (or even English).
How do I fix this? Thanks.