Class StringsResourceTranslator

java.lang.Object
com.google.zxing.client.j2se.StringsResourceTranslator

@Deprecated public final class StringsResourceTranslator extends Object
Deprecated.
without replacement since 3.4.2

A utility which auto-translates English strings in Android string resources using Google Translate.

Pass the Android client res/ directory as first argument, and optionally message keys who should be forced to retranslate. Usage: StringsResourceTranslator android/res/ [key_1 ...]

You must set your Google Translate API key into the environment with -DtranslateAPI.key=...

Author:
Sean Owen