I know I can set the navigation bar back buttons's title with:
self.navigationItem.backBarButtonItem = UIBarButtonItem(title:"", style:.plain, target:nil, action:nil)
However there are parts of my app where I want to set it back to the default text "Back" (that will also use localization). How would I go about doing this?