Skip to content

Local language detection

Compare
Choose a tag to compare
@ayanonagon ayanonagon released this 07 Jan 05:38
· 43 commits to master since this release

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!

:octocat: