Local-Feature-Android icon indicating copy to clipboard operation
Local-Feature-Android copied to clipboard

Add online and offline text translation to Android apps

Results 3 Local-Feature-Android issues
Sort by recently updated
recently updated
newest added

I see this is one of the translation packages that allows for offline translation. I'm trying to look into the difficulty of offline web page translation, and wanted to hear...

I have generated my API key at azure portal, but when why i use this in sample project upon binding the service it gives me log Binding result =50 -2...

Found on [StackOverflow](https://stackoverflow.com/questions/52848114/i-am-using-microsoft-translator-local-sdk-in-my-app-for-offline-text-to-text-tra) > int result = Translator.start(mContext, new Translator.ServiceListener() { > ..... > } > it return ERROR_APP_MISSING_SIGNATURE = 51; in kitkat, but its work fine in marshmallow and...