Does Swift Foundation provide any localized Errors out of the box?

In some environments such as .NET, underlying error messages thrown by the framework are localized if the appropriate language pack has been installed.

Is this the case with programs written in Swift? I'm reading text files with invalid filenames or invalid XML files with the XMLParser and I don't seem to be getting any localizedDescription out of the box.