Local language detection
When you rely on Microsoft Translator to detect the language for you, their API unfortunately does not tell you what language it detected and translated from.
This release adds local language detection using NSLinguisticTagger so that you can find out what language something was translated from. You might want to use this in an app to show the user something like “... translated from Dutch.”
Thanks @JamalK for adding this feature!